/*
 * black-friday-details-page
 * 2025.11.14
 */
.black-friday-page {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000000;
}
.black-friday-section {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 1、----------------- */
.black-friday-banner-bg {
  background-image: url("/cdn/shop/files/Black-Friday-details-banner-pc.webp?v=1763111246");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 2560 / 1440;
  position: relative;
}
.black-friday-banner {
  position: absolute;
  left: 8%;
  top: -5%;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  .black-friday-banner__date {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.2;
  }
  .black-friday-banner__h1 {
    font-weight: 600;
    font-size: 48px;
    margin-top: 35px;
    line-height: 1.2;
    background: linear-gradient(180deg, #E6BD64 0%, #DCCC94 47.705078125%, #D5983D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .black-friday-banner__h2 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 35px;
    .black-friday-banner__h2-special {
      font-size: 90px;
      color: #F17E21;
      line-height: 0.8;
    }
  }
  .black-friday-banner__h3 {
    margin-top: 35px;
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
  }
  .black-friday-banner__subscribe-button {
    margin-top: 60px;
    position: relative;
    width: 355px;
    height: 45px;
    background: linear-gradient(180deg, #E6BD64, #DCCC94, #D5983D);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;

    span {
      position: relative;
      font-weight: 600;
      font-size: 18px;
      color: #000000;
      z-index: 1;
    }

    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 355px;
      height: 45px;
      background: linear-gradient(180deg, #c57e14, #DCCC94, #c57e14);;
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
      transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.3s ease;
      z-index: 0;
      border-radius: 22px;
    }

    &:hover::after {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }
}
@media (max-width: 860px) {
  .black-friday-banner-bg {
    background-image: url("/cdn/shop/files/Black-Friday-details-banner-m.webp?v=1763111246");
    aspect-ratio: 1080 / 1450;
  }
  .black-friday-banner {
    left: 0;
    top: 2rem;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;

    .black-friday-banner__date {
      font-size: 12px;
    }
    .black-friday-banner__h1 {
      font-size: 24px;
      margin-top: 16px;
    }
    .black-friday-banner__h2 {
      font-size: 24px;
      margin-top: 16px;
      .black-friday-banner__h2-special {
        font-size: 32px;
      }
    }
    .black-friday-banner__h3 {
      margin-top: 16px;
      font-size: 12px;
    }
    .black-friday-banner__subscribe-button {
      margin-top: 16px;
      width: auto;
      height: 32px;
      padding: 0 1rem;
      border-radius: 1rem;

      span {
        font-size: 12px;
      }

      &::after {
        width: auto;
        height: 32px;
        border-radius: 1rem;
      }
    }
  }
}

/* 2、----------------- */
.black-friday-nav {
  background: #F17E21;
  position: sticky;
  top: 0;

  .black-friday-container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    overflow: auto;
    justify-content: center;
  }
  .black-friday-container .nav-item {
    color: #000000;
    min-height: 48px;
    font-size: 28px;
    padding: 10px 64px;
    box-sizing: border-box;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
  }
  .black-friday-container .nav-item:hover,
  .black-friday-container .nav-item.active {
    background: #FDE290;
    font-weight: 600;
  }
  .black-friday-container .nav-item:active {
    transform: scale(0.98);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 768px) {
  .black-friday-nav {
    .black-friday-container {
      max-width: 100%;
      width: 100%;
      justify-content: flex-start;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      scroll-behavior: smooth;

      &::-webkit-scrollbar {
        display: none;
      }
    }
    .black-friday-container .nav-item {
      min-height: 32px;
      font-size: 14px;
      padding: 18px 24px;
      white-space: nowrap;
      color: #ffffff;
    }
    .black-friday-container .nav-item:hover,
    .black-friday-container .nav-item.active {
      color: #000000;
    }
  }
}

/* 3、----------------- */
.bg-of-sections-3 {
  overflow: hidden;
  position: relative;
  background-image: 
    url('/cdn/shop/files/Black-Friday-details-bg-1.webp?v=1763437542'), /* 第一张图：左侧靠上 */
    url('/cdn/shop/files/Black-Friday-details-bg-8.webp?v=1763437541'); /* 第二张图：右侧靠下 */
  background-position: 
    -90px 30%,  /* 左侧图位置 */
    calc(105% + 10px) 90%; /* 右侧图位置 */
  background-size: 
    358px auto,  /* 左侧图：宽264px，高自适应 */
    222px auto;  /* 右侧图：宽112px，高自适应 */
  background-repeat: no-repeat; /* 确保背景图不重复 */
  width: 100%;
  height: auto;
}
.black-friday-section__title-container {
  text-align: center;
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;

  .black-friday-section__title-img-1 {
    width: 1148px;
    height: auto;
    object-fit: cover;
    margin-bottom: 48px;
  }
  .black-friday-section__title {
    font-family: Anton, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
    background: linear-gradient(180deg, #FCB13E 0%, #FFDA88 48.9501953125%, #E7A027 100%);;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 2px;
  }
  .black-friday-section__des {
    font-family: Anton, sans-serif;
    margin-top: 18px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #EBA93B;
  }
}
@media (max-width: 768px) {
  .bg-of-sections-3 {
    background-image: none;
  }
  .black-friday-section__title-container {
    margin-bottom: 22px;

    .black-friday-section__title-img-1 {
      width: 291px;
      margin-bottom: 12px;
    }
    .black-friday-section__title {
      font-size: 24px;
      letter-spacing: 1px;
      padding: 0 1rem;
    }
    .black-friday-section__des {
      margin-top: 12px;
      font-size: 16px;
    }
  }
}
.countdown-timer-container {
  position: relative;
  padding-top: 49px;
  display: flex;
  gap: 62px;
  text-align: center;
  align-items: center;
  justify-content: center;

  .time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;

    .time-number {
      font-size: 56px;
      font-weight: bold;
      color: #fff;
      background-color: #3B4455;
      width: 120px;
      height: 120px;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .time-label {
      font-size: 30px;
      color: #E3C273;
      font-weight: 500;
      line-height: 1.2;
    }
  }
  .time-risk {
    font-size: 56px;
    font-weight: bold;
    color: #E3C273;
    height: 155px;
  }
}
.countdown-end-text {
  color: #ffffff;
  font-size: 56px;
  line-height: normal;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .countdown-timer-container {
    padding-top: 0;
    gap: 12px;

    .time-box {
      gap: 10px;

      .time-number {
        font-size: 20px;
        width: 44px;
        height: 44px;
        border-radius: 8px;
      }
      .time-label {
        font-size: 12px;
      }
    }
    .time-risk {
      font-size: 20px;
      height: 55px;
    }
  }
  .countdown-end-text {
    font-size: 16px;
  }
}

/* 4、5、bg----------------- */
.bg-of-sections-4-and-5 {
  overflow: hidden;
  position: relative;
  background-image: 
    url('/cdn/shop/files/Black-Friday-details-bg-2.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-9.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-10.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-3.webp?v=1763437542');
  background-position: -68px 15%,134% -12%,103% 62%,-108px 92%;
  background-size: 
    170px auto, 
    1002px auto, 
    174px auto, 
    214px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
/* 4、----------------- */
.black-friday__timeline-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 64px 24px 130px 24px; 
  gap: 90px;
  background: #3D2A13;
  border-radius: 30px;

  .black-friday__container {
    max-width: 1045px;
    width: 100%;

    .black-friday__timeline {
      position: relative;
      width: 100%;
      height: 160px;

      &::before {
        /* 虚线时间线 */
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-image: linear-gradient(to right, #FFBD59 75%, transparent 75%);
        background-size: 12px 2px; /* 虚线样式 */
        transform: translateY(-50%); /* 垂直居中 */
      }
      &.past-first-part {
        &::before {
          /* background-image: linear-gradient(to right, #A2A2A2 75%, transparent 75%, #FFBD59 75%, transparent 75%);
          background-size: 12px 2px; */
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 30%; /* 占总长度的 25% */
          height: 2px;
          background-image: linear-gradient(to right, #A2A2A2 75%, transparent 75%);
          background-size: 12px 2px; /* 虚线样式 */
          background-repeat: repeat-x;
          transform: translateY(-50%);
          transition: width 0.3s ease; /* 平滑过渡效果 */
        }

        &::after {
          content: '';
          position: absolute;
          top: 50%;
          left: 31%; /* 从 31% 位置开始 */
          width: 75%; /* 占总长度的 75% */
          height: 2px;
          background-image: linear-gradient(to right, #FFBD59 75%, transparent 75%);
          background-size: 12px 2px; /* 虚线样式 */
          background-repeat: repeat-x;
          transform: translateY(-50%);
          transition: width 0.3s ease, left 0.3s ease; /* 平滑过渡效果 */
        }
      }
      &.past-all {
        &::before {
          /* 所有时间段过去后：整条虚线变灰 */
          background-image: linear-gradient(to right, #A2A2A2 75%, transparent 75%);
          background-size: 12px 2px;
        }
      }

      .timeline__item {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 200px;
        text-align: center;
        &:first-child {
          left: 20%; /* 第一个点位置 */
        }
        &:last-child {
          right: 20%; /* 第二个点位置 */
          z-index: 2;
        }

        .timeline__dot {
          width: 21px;
          height: 21px;
          border-radius: 50%;
          margin: 0 auto;
          position: relative;
          z-index: 1;
          /* background-color: #FFF154; */
        }
        .timeline__date {
          position: absolute;
          bottom: 48px;
          left: 50%;
          transform: translateX(-50%);
          font-size: 24px;
          white-space: nowrap;
          min-height: 50px;
          border-radius: 25px;
          padding: 4px 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          /* font-weight: 500; */
          /* color: #FBB241; */
          /* border: 3px solid #FBB241; */
        }

        /* 1. 未到来状态（normal） */
        &.normal .timeline__dot {
          background-color: #BCBCBC;
        }
        &.normal .timeline__date {
          color: #FBB241;
          font-weight: 500;
          border: 3px solid #FBB241;
        }

        /* 2. 当前激活状态（active） */
        &.active .timeline__dot {
          background-color: #FFF154;
        }
        &.active .timeline__date {
          background: linear-gradient(180deg, #FCB13E, #FFDA88, #E7A027);
          color: #000000;
          font-weight: bold;
          border: none;
        }
        
        /* 3. 已过去状态（past） */
        &.past .timeline__dot {
          background-color: #C3C3C3;
        }
        &.past .timeline__date {
          color: #A2A2A2;
          font-weight: 500;
          border: 3px solid #A2A2A2;
          background: transparent;
        }

        .timeline__des {
          position: absolute;
          top: 48px;
          left: 50%;
          transform: translateX(-50%);
          margin: 0;
          font-weight: 500;
          font-size: 20px;
          color: #FFFFFF;
          white-space: nowrap;
        }
      }
    }
  }
  
  .black-friday__timeline-info {
    display:flex;
    gap: 2rem;

    .timeline-info__left-card {
      width: 841px;
      height: 348px;
      background-color: #271806;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 42px;

      .coupons-title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        h4 {
          font-weight: bold;
          font-size: 30px;
          color: #FFFFFF;
          line-height: 1.2;
          text-transform: uppercase;
        }
        P{
          font-weight: 500;
          font-size: 20px;
          color: #FFFFFF;
          line-height: 1.2;
        }
      }
      .coupons-container {
        display: flex;
        gap: 10px;

        .coupons {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 24px;
          background-image: url("/cdn/shop/files/Black-Friday-details-icon3-pc.png?v=1763111542");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          aspect-ratio: 264 / 150;
          position: relative;
          width: 264px;
          height: 150px;
          
          .coupons-des {
            font-weight: 500;
            font-size: 20px;
          }
          .coupons-title {
            font-weight: 600;
            font-size: 30px;

            .coupons-title-special {
              font-size: 40px;
              line-height: 1;
            }
          }
        }
      }
    }
    .timeline-info__right-card {
      width: 517px;
      height: 348px;
      background-color: #271806;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 60px;
      .coupons-title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        h4 {
          font-weight: bold;
          font-size: 30px;
          color: #FFFFFF;
          line-height: 1.2;
          text-transform: uppercase;
        }
        P{
          font-weight: 500;
          font-size: 20px;
          color: #FFFFFF;
          line-height: 1.2;
        }
      }
      .coupons-container {
        display: flex;
        gap: 10px;

        .coupons {
          display: flex;
          gap: 10px;
          
          .coupons-des-1 {
            font-weight: bold;
            font-size: 24px;
            line-height: 1.2;
            text-transform: uppercase;
            color: #FFFFFF;
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            max-width: 75px;
            text-align: end;
          }
          .coupons-des-2 {
            font-weight: bold;
            font-size: 150px;
            line-height: 0.8;
            background: linear-gradient(180deg, #FCB13E 0%, #FFCA55 48.9501953125%, #E7A027 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            letter-spacing: -4px;
          }
          .coupons-des-3 {
            font-weight: bold;
            font-size: 24px;
            line-height: 1.2;
            color: #FFFFFF;
            display: flex;
            align-items: flex-start;
            align-items: flex-end;
          }
        }
      }
    }
  }
  .black-friday__timeline-info-start {
    display: none;
    gap: 2rem;

    .timeline-info__left-card {
      width: 641px;
      height: 348px;
      background-color: #271806;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 42px;

      .coupons-title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        h4 {
          font-weight: bold;
          font-size: 30px;
          color: #A1A1A1;
          line-height: 1.2;
          text-transform: uppercase;
        }
        P{
          font-weight: 500;
          font-size: 20px;
          color: #A1A1A1;
          line-height: 1.2;
        }
      }
      .coupons-container {
        display: flex;
        gap: 8px;

        .coupons {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 22px;
          background-image: url("/cdn/shop/files/Black-Friday-details-icon3-pc.png?v=1763111542");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          aspect-ratio: 195 / 116;
          position: relative;
          width: 190px;
          height: 106px;
          opacity: 0.5;
          
          .coupons-des {
            font-weight: 500;
            font-size: 16px;
          }
          .coupons-title {
            font-weight: 600;
            font-size: 24px;
          }
        }
      }
    }
    .timeline-info__right-card {
      width: 716px;
      height: 348px;
      background-color: #271806;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 32px;
      box-shadow: 0 0 10px 0 #ffbd59;

      .coupons-title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        h4 {
          font-weight: bold;
          font-size: 30px;
          line-height: 1.2;
          text-transform: uppercase;
          background: linear-gradient(180deg, #F7A82F 0%, #FFCA55 48.9501953125%, #F3A319 100%);
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
        }
        P{
          font-weight: 500;
          font-size: 20px;
          color: #FFFFFF;
          line-height: 1.2;
        }
      }
      .coupons-container {
        display: flex;
        gap: 24px;

        .coupons-1,.coupons-2,.coupons-3 {
          width: 160px;
          height: 157px;
          background: linear-gradient(180deg, #FCB13E, #FED682, #E7A027);
          color: #000000;
          font-weight: bold;
        }
        .coupons-1 {
          display: flex;
          align-items: center;
          justify-content: center;
          .coupons-des-1 {
            font-size: 28px;
            max-width: 40px;
            line-height: 1;
          }
          .coupons-des-2 {
            font-size: 173px;
            letter-spacing: -5px;
            max-width: 94px;
            line-height: 0.8;
          }
        }
        .coupons-2 {
          display: flex;
          align-items: center;
          justify-content: center;
          .coupons-des-3 {
            font-size: 173px;
            line-height: 0.8;
          }
        }
        .coupons-3 {
          display:flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;

          .coupons-des-4 {
            font-size: 97px;
            line-height: 1;
          }
          .coupons-des-5 {
            font-size: 48px;
            line-height: 1;
          }
        }
      }
    }
  }
}
@media screen and (max-width: 860px) {
  .bg-of-sections-4-and-5 {
    background-image: none;
  }
  /* 4、----------------- */
  .black-friday-section-4 .container {
    width: 100%;
  }
  .black-friday__timeline-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 32px 12px 20px 12px; 
    gap: 24px;
    border-radius: 12px;

    .black-friday__container {
      max-width: 100%;

      .black-friday__timeline {
        position: relative;
        width: 100%;
        height: 80px;

        &::before {
          background-size: 6px 2px;
        }

        .timeline__item {
          width: 100px; /* 固定宽度确保文本不重叠 */
          
          &:first-child {
            left: 10%; /* 第一个点位置 */
          }

          &:last-child {
            right: 10%; /* 第二个点位置 */
          }

          .timeline__dot,
          .timeline__dot-normal {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin: 0 auto;
            position: relative;
            z-index: 1; /* 确保点在虚线上方 */
          }
          .timeline__dot {
            background-color: #FFF154;
          }
          .timeline__dot-normal {
            background-color: #BCBCBC;
          }

          .timeline__date,
          .timeline__date-normal {
            bottom: 24px;
            font-size: 12px;
            min-height: 28px;
            border-radius: 12px;
            padding: 0 12px;
          }
          .timeline__date-normal {
            color: #FBB241;
            font-weight: 500;
            border: 3px solid #FBB241;
          }

          .timeline__des {
            top: 24px;
            font-size: 10px;
          }
        }

        &.past-first-part {
          &::before {
            width: 24%;
            background-size: 6px 2px;
          }

          &::after {
            left: 28%;
            width: 70%;
            background-size: 6px 2px;
          }
        }

        &.past-first-part::before,
        &.past-all::before {
          background-size: 6px 2px;
        }
      }
    }
    
    .black-friday__timeline-info {
      width: 100%;
      flex-direction: column;
      gap: 12px;

      .timeline-info__left-card {
        width: 100%;
        height: auto;
        gap: 16px;
        padding: 24px 0;

        .coupons-title-container {
          gap: 12px;
          h4 {
            font-size: 14px;
          }
          P{
            font-size: 10px;
          }
        }
        .coupons-container {
          display: flex;
          flex-direction: column;
          gap: 12px;

          .coupons {
            gap: 20px;
            width: 224px;
            height: 102px;
            
            .coupons-des {
              font-size: 16px;
            }
            .coupons-title {
              font-size: 24px;

              .coupons-title-special {
                font-size: 32px;
                line-height: 1;
              }
            }
          }
        }
      }
      .timeline-info__right-card {
        width: 100%;
        height: auto;
        gap: 16px;
        padding: 24px 0;

        .coupons-title-container {
          gap: 12px;
          h4 {
            font-size: 14px;
          }
          P{
            font-size: 10px;
          }
        }
        .coupons-container {
          gap: 10px;

          .coupons {
            display: flex;
            gap: 6px;
            
            .coupons-des-1 {
              font-size: 12px;
              max-width: 40px;
            }
            .coupons-des-2 {
              font-size: 75px;
              letter-spacing: -2px;
            }
            .coupons-des-3 {
              font-size: 12px;
            }
          }
        }
      }
    }

    .black-friday__timeline-info-start {
      width: 100%;
      flex-direction: column;
      gap: 12px;

      .timeline-info__left-card {
        width: 100%;
        height: auto;
        gap: 16px;
        padding: 24px 0;

        .coupons-title-container {
          gap: 12px;
          h4 {
            font-size: 14px;
          }
          P{
            font-size: 10px;
          }
        }
        .coupons-container {
          display: flex;
          gap: 2px;

          .coupons {
            gap: 4px;
            width: 90px;
            height: 50px;
            
            .coupons-des {
              font-size: 6px;
            }
            .coupons-title {
              font-size: 9px;
            }
          }
        }
      }
      .timeline-info__right-card {
        width: 100%;
        height: auto;
        gap: 16px;
        padding: 24px 0;

        .coupons-title-container {
          gap: 12px;
          h4 {
            font-size: 14px;
          }
          P{
            font-size: 10px;
          }
        }
        .coupons-container {
          gap: 10px;

          .coupons-1,.coupons-2,.coupons-3 {
            width: 80px;
            height: 80px;
          }
          .coupons-1 {
            gap: 4px;
            .coupons-des-1 {
              font-size: 11px;
              max-width: 15px;
            }
            .coupons-des-2 {
              height: 100%;
              font-size: 68px;
              max-width: 37px;
              line-height: 1.2;
            }
          }
          .coupons-2 {
            .coupons-des-3 {
              height: 100%;
              font-size: 68px;
              line-height: 1.2;
            }
          }
          .coupons-3 {
            .coupons-des-4 {
              font-size: 38px;
            }
            .coupons-des-5 {
              font-size: 19px;
            }
          }
        }
      }
    }
  }
}

/* 6、----------------- */
.bg-of-sections-6 {
  overflow: hidden;
  position: relative;
  background-image: 
    url('/cdn/shop/files/Black-Friday-details-bg-4.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-11.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-12.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-5.webp?v=1763437542');
  background-position: -85px 0%,109% 62%,109% 98%,-5px 100%;
  background-size: 
    531px auto, 
    222px auto, 
    341px auto, 
    170px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .bg-of-sections-6 {
    background-image: none;
  }
}

/* 7、----------------- */
.bg-of-sections-7 {
  overflow: hidden;
  position: relative;
  background-image: 
    url('/cdn/shop/files/Black-Friday-details-bg-6.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-13.webp?v=1763437542'),
    url('/cdn/shop/files/Black-Friday-details-bg-7.webp?v=1763437542');
  background-position: 
    -98px 5%,
    103% 42%,
    -108px 80%;
  background-size: 
    358px auto, 
    174px auto, 
    214px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .bg-of-sections-7 {
    background-image: none;
  }
}

/* 8、9、bg----------------- */
.bg-of-sections-8-and-9 {
  overflow: hidden;
  position: relative;
  background-image: url('/cdn/shop/files/Black-Friday-details-bg-14.webp?v=1763437542');
  background-position: calc(104% + 8px) -45%; 
  background-size: 719px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .bg-of-sections-8-and-9 {
    background-image: none;
  }
}

/* 8、----------------- */
.bg-of-sections-8 {
  background: linear-gradient(180deg, #F7A82F, #FFCA55, #F3A319);
  aspect-ratio: 1440 / 500;

  .subscription-section {
    position: absolute;
    left: 8%;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    .subscription-section__h3 {
      font-weight: 500;
      font-size: 36px;
      color: #000000;
    }
    .subscription-section__h5 {
      font-weight: 400;
      font-size: 20px;
      color: #000000;
    }
    .subscription-section__button {
      margin-top: 47px;
      position: relative;
      width: 308px;
      height: 49px;
      background: #ffffff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;

      span {
        position: relative;
        font-weight: 500;
        font-size: 20px;
        color: #000000;
        z-index: 1;
      }

      &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 309px;
        height: 49px;
        background: linear-gradient(180deg, #F7A82F, #FFCA55, #F3A319);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1),
          background 0.3s ease;
        z-index: 0;
      }

      &:hover::after {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      }
    }
  }
  .subscription-section__right-img {
    position: absolute;
    right: 8%;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .bg-of-sections-8 {
    background: linear-gradient(180deg, #F7A82F, #FFCA55, #F3A319);
    display: flex;
    flex-direction: column-reverse;
    padding: 32px;
    gap: 32px;

    .subscription-section {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;

      .subscription-section__h3 {
        font-weight: 600;
        font-size: 16px;
      }
      .subscription-section__h5 {
        font-size: 10px;
        padding: 0;
      }
      .subscription-section__button {
        margin-top: 24px;
        width: 140px;
        height: 32px;

        span {
          position: relative;
          font-weight: 500;
          font-size: 12px;
          color: #000000;
          z-index: 1;
        }

        &::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 140px;
          height: 32px;
          background: linear-gradient(180deg, #F7A82F, #FFCA55, #F3A319);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            background 0.3s ease;
          z-index: 0;
        }
      }
    }
    .subscription-section__right-img {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      
      img {
        width: 239px;
        height: auto;
      }
    }
  }
}

/*
 * Common Style
 */
 /* large-product-card----------------- */
.large-product-card-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px;

  .large-product-card {
    background-color: #3D2A13;
    border-radius: 30px;
    position: relative;
    padding: 124px 80px 106px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 78px;

    .large-product-card__hover-scale-container {
      position: relative;

      .product-card__badge {
        position: absolute;
        top: 0;
        width: 109px;
        height: auto;
        transition: transform 0.3s ease;
        will-change: transform;
      }
      .left-55 {
        left: 55px;
      }
      .badge-bg {
        background-image: url("/cdn/shop/files/Black-Friday-details-icon4.png?v=1763111541");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        aspect-ratio: 109 / 104;
        z-index: 1;
      }
      .badge-content {
        width: 100%;
        line-height: 1;
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        padding-top: 16px;
        color: #fff;
      }
      .large-product-card__img {
        width: 580px;
        height: auto;
        object-fit: cover;
      }
      &:hover .product-card__badge{
        transform: scale(1.08);
      }
    }
    .large-product-card__content {
      flex: 1;
      padding: 0 45px 0 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

      .large-product-card__h5 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 32px;
        color: #ffffff;
      }
      .large-product-card__p {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        color: #ffffff;
        margin-bottom: 46px;
      }

      .price-list {
        margin-bottom: 27px;
      }
      .large-product-card__sale-price {
        font-weight: bold;
        font-size: 48px;
        line-height: 1.2;
        background: linear-gradient(180deg, #FCB13E 0%, #FED682 48.9501953125%, #E7A027 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }
      .large-product-card__compare-price {
        font-weight: 400;
        font-size: 32px;
        color: #AFA59A;
        line-height: 1.2;
      }
      
      .large-product-card__icons {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 37px;
      }
      .icons-item {
        display: flex;
        align-items: center;
        gap: 28px;
      }
      .icons-item__img {
        width: 46px;
        height: auto;
        object-fit: cover;
      }
      .icons-item__text {
        font-size: 24px;
        line-height: 1.2;
        color: #ffffff;
      }
    }
  }
}
@media (max-width: 768px) {
  .large-product-card-container {
    gap: 16px;

    .large-product-card {
      flex-direction: column;
      padding: 24px 18px 24px;
      gap: 20px;
      border-radius: 12px;

      .large-product-card__hover-scale-container {
        .product-card__badge {
          width: 46px;
        }
        .left-55 {
          left: 18px;
        }
        .badge-content {
          font-size: 13px;
          padding-top: 9px;
        }
        .large-product-card__img {
          width: 100%;
          height: auto;
          transform: none;
        }
      }
      .large-product-card__content {
        padding: 0;

        .large-product-card__h5 {
          font-size: 16px;
          margin-bottom: 10px;
        }
        .large-product-card__p {
          font-size: 12px;
          margin-bottom: 16px;
        }
        .price-list {
          margin-bottom: 10px;
        }
        .large-product-card__sale-price {
          font-size: 24px;
        }
        .large-product-card__compare-price {
          font-size: 16px;
        }
        .large-product-card__icons {
          gap: 6px;
          margin-bottom: 23px;
        }
        .icons-item {
          gap: 14px;
        }
        .icons-item__img {
          width: 23px;
          height: 23px;
        }
        .icons-item__text {
          font-size: 12px;
        }
      }
    }
  }
}
/* small-product-card----------------- */
.small-product-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;

  .small-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 645px;
    background-color: #25190A;

    .small-product-card__badge {
      position: absolute;
      top: 0;
      left: 36px;
      width: 96px;
      height: auto;

      .small-badge-content {
        width: 100%;
        line-height: 1;
        font-weight: 600;
        font-size: 28px;
        text-align: center;
        padding-top: 12px;
        color: #fff;
      }
    }
    .small-product-card__img {
      height: auto;
      width: 100%;
      padding: 25px 0px;
      text-align: -webkit-center;
      overflow: hidden;

      img {
        width: 271px;
        height: auto;
        object-fit: cover;
      }
    }
    .small-product-card__content {
      width: 100%;
      height: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
      margin-bottom: 56px;

      .small-product-card__h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
        padding: 0 68px;
        color: #FFFFFF;
        text-align: center;
      }
      .small-product-card__p {
        font-weight: 400;
        font-size: 20px;
        padding: 0 24px;
        color: #FFFFFF;
        text-align: center;
      }
      .small-product-card__small-p {
        opacity: 0.7;
        color: #FFFFFF;
        font-size: 16px;
      }
      .small-product-card__price-list {
        .sale-price {
          font-weight: bold;
          font-size: 48px;
          color: #FFAC35;
        }
        .compare-price {
          font-weight: 400;
          font-size: 32px;
          color: #AFA59A;
        }
      }
      .small-product-card__buttons {
        padding: 0 32px 0;
        gap: 1.5rem;

        .product-card__button {
          width: 45%;
          min-height: 48px;
          border-radius: 23px;
        }
      }
    }
  }
}
@media (max-width: 768px) {
  .small-product-card-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;

    .small-product-card {
      min-height: auto;
      .small-product-card__badge {
        left: 17px;
        width: 54px;

        .small-badge-content {
          font-size: 15px;
          padding-top: 8px;
        }
      }
      .small-product-card__img {
        margin: 0 auto;
        padding: 16px 0;

        img {
          width: 228px;
          height: auto;
          object-fit: cover;
        }
      }
      .small-product-card__content {
        margin-top: 16px;
        margin-bottom: 40px;

        .small-product-card__h5 {
          font-size: 16px;
          padding: 0 16px;
        }
        .small-product-card__p {
          font-size: 12px;
          padding: 0 24px;
          width: 100%;
        }
        .small-product-card__small-p {
          font-size: 12px;
        }
        .small-product-card__price-list {
          .sale-price {
            font-size: 24px;
          }
          .compare-price {
            font-size: 16px;
          }
        }
        .small-product-card__buttons {
          padding: 0 24px 0;
        }
        .small-product-card__buttons {
          padding: 0 32px 0;
          gap: 20px;

          .product-card__button {
            width: 45%;
            min-height: 32px;
          }
        }
      }
    }
  }
}

/* Button */
.product-card__buttons {
  width: 100%;
  display: flex;
  gap: 3rem;
}
.product-card__button {
  width: 50%;
  font-weight: 500;
  text-align: center;
  min-height: 56px;
  font-size: 24px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.product-card__button span {
  position: relative;
  z-index: 1;
}
.product-card__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
  z-index: 0;
}
/* button-buyNow */
.black-friday__button-buyNow {
  border: 3px solid #FFB747;
  color: #FFB747;
}
.black-friday__button-buyNow::after {
  background: linear-gradient(180deg, #F7A82F, #FFCA55, #F3A319);
}
.black-friday__button-buyNow:hover span {
  color: #ffffff;
}
/* button-addToCart */
.black-friday__button-addToCart {
  background: linear-gradient(180deg, #F7A82F, #FFCA55, #F3A319);
  color: #ffffff;
  font-weight: bold;
}
.black-friday__button-addToCart::after {
  background: linear-gradient(180deg, #d7932b, #FFCA55, #c38316);
}
.black-friday__button-addToCart:hover span {
  color: #ffffff;
}
.product-card__button:hover::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 860px) {
  .product-card__buttons {
    gap: 15px;
  }
  .product-card__button {
    min-height: 34px;
    border-radius: 15px;
    font-size: 12px;
  }
  .black-friday__button-buyNow {
    border: 1.5px solid #FFB747;
  }
}

/* Image hover effect */
.fathers-hover-scale-img {
  cursor: pointer;
  transition: transform 0.3s ease;
  will-change: transform;
}
.fathers-hover-scale-img:hover {
  transform: scale(1.02);
}

.mt-64 {
  margin-top: 64px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-186 {
  margin-top: 170px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-280 {
  margin-top: 280px;
}
.mt-380 {
  margin-top: 380px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .mt-64,.mt-145,.mt-186,.mt-200,.mt-280,.mt-380 {
    margin-top: 40px
  }
  .mb-100 {
    margin-bottom: 16px;
  }
}

/*
 * homepage-black-friday-banner
 */
.homepage-black-friday-banner {
  .homepage-black-friday-banner__date {
    font-weight: 400 !important;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.2;
  }
  .homepage-black-friday-banner__h1 {
    font-weight: 600;
    font-size: 48px !important;
    margin-top: 24px;
    line-height: 1.2 !important;
    background: linear-gradient(180deg, #E6BD64 0%, #DCCC94 47.705078125%, #D5983D 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
  }
  .homepage-black-friday-banner__h2 {
    font-weight: 600 !important;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 24px;
    .homepage-black-friday-banner__h2-special {
      font-size: 90px !important;
      color: #F17E21 !important;
      line-height: 0.8 !important;
    }
  }
  .homepage-black-friday-banner__h3 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px !important;
    color: #ffffff;
    line-height: 1.2;
  }
  .homepage-black-friday-banner__button-container {
    width: 100%;
    display: flex;
    justify-content: start;
    position: relative;
    margin-top: 0;

    .homepage-black-friday-banner__button {
      position: relative;
      width: 150px;
      height: 46px;
      background: #FF9430 !important;
      border-radius: 30px !important;
      margin: 0 !important;
      display: flex;
      align-items: center;
      justify-content: center;

      span {
        position: relative;
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        z-index: 1;
      }

      &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 46px;
        border-radius: 30px;
        background: #c67529;
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
        z-index: 0;
      }

      &:hover::after {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      }
    }
  }
}
@media (max-width: 768px) {
  .homepage-black-friday-banner {
    .homepage-black-friday-banner__date {
      font-size: 16px;
      margin-top: 0px;
    }
    .homepage-black-friday-banner__h1 {
      font-size: 24px !important;
      margin-top: 8px !important;
    }
    .homepage-black-friday-banner__h2 {
      font-size: 18px !important;
      margin-top: 16px;
      .homepage-black-friday-banner__h2-special {
        font-size: 45px !important;
      }
    }
    .homepage-black-friday-banner__h3 {
      margin-top: 16px;
      font-size: 16px !important;
    }
    .homepage-black-friday-banner__button-container {
      width: 100%;
      justify-content: center;
      margin-top: 0px;
      .homepage-black-friday-banner__button {
        position: relative;
        width: 150px;
        height: 46px;
        background: #FF9430 !important;
        border-radius: 30px !important;
        margin: 8px !important;

        span {
          font-size: 14px;
        }

        &::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 150px;
          height: 46px;
          border-radius: 30px;
          background: #c67529;
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
          z-index: 0;
        }

        &:hover::after {
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
      }
    }
    
  }
}

/* countdown-timer mini */
.mini-countdown-timer-container {
  display: flex;
  gap: 1rem;
  text-align: center;
  align-items: baseline;
  margin-top: 16px !important;

  .mini-time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    .mini-time-number {
      display: flex;
      width: 64px;
      height: 64px;
      font-size: 32px;
      font-weight: 700;
      background-color: #fe9500;
      color: #ffffff;
      padding: 0;
      border-radius: 8px;
      justify-content: center;
      align-items: center;
    }

    .mini-time-label {
      font-size: 14px;
      color: #ffffff;
    }
  }

  .mini-time-risk {
    font-size: 32px;
    font-weight: 700;
    color: #fe9500;
  }
}
@media screen and (max-width: 860px) {
  .mini-countdown-timer-container {
    display: none;
  }
}
