/* ========================================
   SECTION 6: PRODUCT NEW RELEASE CSS
   ======================================== */

/* ------ Header Section ----- */
.new-release-container-437 {
  width: 100%;
  background-color: #eeeeef;
}

.header-new-release-437 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  background-color: #1f4390;
  padding: 20px;
  margin-bottom: 20px;
}

.content-header-new-release-437 {
  display: flex;
  position: relative;
  max-width: 60%;
  align-items: center;
  justify-content: center;
  left: 15%;
}

.content-header-new-release-437 img {
  display: flex;
  position: relative;
  justify-content: center;
  object-fit: cover;
  top: -40%;
  height: 10rem;
  margin-right: 2rem;
}

.header-new-release-title-437 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 6rem;
  color: #eeeeef;
}

.header-new-release-subtitile-437 {
  display: flex;
  white-space: nowrap;
  position: relative;
  right: 40%;
  margin-top: auto;
  font-size: 1.6rem;
  color: #f7b963;
}

/* ---- Title Promo ---- */
.promonewrelease-header-437 {
  display: flex;
  position: relative;
  flex-direction: column;
  top: 30%;
  width: 400px;
  height: 250px;
  padding: 1rem 2%;
  background-color: #eeeeef;
  border-radius: 20px;
  right: 10%;
}

.promonewrelease-header-title-437 {
  display: flex;
  top: 5%;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 20px;
}

.deskripsi-promonewrelease-header-437 {
  display: flex;
  position: relative;
  bottom: 65%;
  color: #f7b963;
  font-size: 1.5rem;
  font-weight: 600;
}

.pcta-437 {
  position: relative;
  top: -10%;
  border: none;
  background-color: #1f4390;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  font-size: 16px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.pcta-437:hover {
  background-color: #f7b963;
}

/* ----- Product Special Edition ---- */
.spesial-edition-container-437 {
  margin-bottom: 50px;
}

.newrealese-titile-437 {
  display: inline-flex;
  position: relative;
  left: 10%;
  top: 25%;
  font-size: 3rem;
}

.newrealese-titile-437 h2 {
  margin: 0;
  color: #1f4390;
  font-weight: 700;
}

/* ----- Navbar Edition ----- */
.spesialedition-navbar-437 {
  display: flex;
  position: relative;
  right: 12%;
  justify-content: end;
}

.spesialedition-navbar-menu-437 {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.spesialedition-navbar-menu-437 li {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f4390;
  cursor: pointer;
  transition: color 0.3s ease;
}

.spesialedition-navbar-menu-437 span {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.spesialedition-navbar-menu-437 li:hover {
  color: #f7b963;
}

.spesialedition-navbar-menu-437 li.active {
  color: #f7b963;
}

/* Product Grid */
.spesial-edition-437 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  padding: 1rem 10%;
  column-gap: 30px;
  row-gap: 50px;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.spesial-edition-437 {
  display: none;
}

.spesial-edition-437.active {
  display: grid;
}

/* Pagination Controls Styling */
.pagination-437 {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.pagination-437 button {
  padding: 0.4rem 0.8rem;
  border: none;
  background-color: #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pagination-437 button:hover {
  background-color: #ccc;
}

.pagination-437 button.active {
  background-color: #1f4390;
  color: #fff;
}

.pagination-437 button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* 1280px — tidak ubah desktop, hanya sesuaikan kotak */
@media screen and (max-width: 1280px) {
  .header-new-release-subtitile-437 {
    right: 43%;
  }

  .promonewrelease-header-437 {
    top: 30%;
  }

  .promonewrelease-header-title-437 {
    top: 2%;
    font-size: 4.5rem;
  }

  .deskripsi-promonewrelease-header-437 {
    bottom: 80%;
    font-size: 1.5rem;
  }

  .pcta-437 {
    top: -15%;
  }
}

@media screen and (max-width: 1024px) {
  .spesial-edition-437.active {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Surface Pro 7 — 912px */
@media screen and (max-width: 960px) {
  .header-new-release-437 {
    height: 360px;
    justify-content: center;
    gap: 40px;
    padding: 20px 3%;
  }

  .content-header-new-release-437 {
    left: 10%;
    max-width: 50%;
  }

  .header-new-release-title-437 {
    font-size: 4.5rem;
  }

  .header-new-release-subtitile-437 {
    right: 57%;
    font-size: 1.3rem;
  }

  .promonewrelease-header-437 {
    top: 28%;
    width: 260px;
    height: 210px;
    right: -3%;
    padding: 0.8rem 4%;
  }

  .promonewrelease-header-title-437 {
    font-size: 2.2rem;
    top: 5%;
  }

  .deskripsi-promonewrelease-header-437 {
    bottom: 55%;
    font-size: 1.1rem;
  }

  .pcta-437 {
    top: -12%;
    font-size: 14px;
    padding: 8px 16px;
  }

  .spesial-edition-437.active {
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem 5%;
    column-gap: 20px;
  }
}

@media screen and (max-width: 884px) {
  .header-new-release-437 {
    height: 350px;
  }

  .content-header-new-release-437 {
    max-width: 55%;
    left: 8%;
  }

  .header-new-release-subtitile-437 {
    right: 38%;
    font-size: 1.2rem;
  }

  .promonewrelease-header-437 {
    top: 30%;
    width: 240px;
    height: 210px;
    right: 3%;
    padding: 0.8rem 4%;
  }

  .promonewrelease-header-title-437 {
    top: 5%;
    font-size: 2rem;
  }

  .deskripsi-promonewrelease-header-437 {
    bottom: 55%;
    font-size: 1rem;
  }

  .spesial-edition-437.active {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem 5%;
  }
}

/* =============================================
   MOBILE: semua position di-reset, layout clean
   ============================================= */
@media screen and (max-width: 767px) {
  /* Header jadi column, tinggi otomatis */
  .header-new-release-437 {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: unset !important;
    padding: 30px 20px 0 !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
  }
 
  /* Kiri: logo + title + subtitle center */
  .content-header-new-release-437 {
    position: static !important;
    left: unset !important;
    top: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-bottom: 20px !important;
  }
 
  .content-header-new-release-437 img {
    position: static !important;
    top: unset !important;
    height: 11rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
 
  .header-new-release-title-437 {
    position: static !important;
    font-size: 5.5rem !important;
    justify-content: center !important;
    margin: 0 !important;
  }
 
  .header-new-release-subtitile-437 {
    position: static !important;
    right: unset !important;
    margin-top: 8px !important;
    font-size: 2.2rem !important;
    justify-content: center !important;
    white-space: normal !important;
    text-align: center !important;
    width: 100% !important;
  }
 
  /* Kotak putih */
  .promonewrelease-header-437 {
    position: static !important;
    top: unset !important;
    right: unset !important;
    width: 60% !important;
    max-width: 85% !important;
    min-width: unset !important;
    height: auto !important;
    border-radius: 16px 16px 0 0 !important;
    padding: 18px 24px 22px !important;
    align-items: center !important;
    text-align: center !important;
    margin: 20px auto 0 !important;
  }
 
  .promonewrelease-header-title-437 {
    position: static !important;
    top: unset !important;
    left: unset !important;
    font-size: 2.4rem !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
    justify-content: center !important;
  }
 
  .deskripsi-promonewrelease-header-437 {
    position: static !important;
    bottom: unset !important;
    left: unset !important;
    font-size: 2rem !important;
    justify-content: center !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
 
  .pcta-437 {
    position: static !important;
    top: unset !important;
    left: unset !important;
  }
 
  /* Navbar */
  .spesialedition-navbar-437 {
    position: static !important;
    right: unset !important;
    justify-content: center !important;
    padding: 0 5% !important;
  }
 
  /* Grid product */
  .spesial-edition-437.active {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 1rem 4% !important;
    column-gap: 12px !important;
    row-gap: 20px !important;
  }
}
 
/* iPhone 14 Pro Max — 430px */
@media screen and (max-width: 440px) {
  .header-new-release-437 {
    padding: 24px 16px 0 !important;
  }
 
  .content-header-new-release-437 img {
    height: 10rem !important;
  }
 
  .header-new-release-title-437 {
    font-size: 5rem !important;
  }
 
  .header-new-release-subtitile-437 {
    font-size: 2rem !important;
  }
 
  .promonewrelease-header-437 {
    border-radius: 16px 16px 0 0 !important;
    width: 60% !important;
    max-width: 85% !important;
    margin: 20px auto 0 !important;
  }
 
  .promonewrelease-header-title-437 {
    font-size: 2.2rem !important;
    position: static !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
  }
 
  .deskripsi-promonewrelease-header-437 {
    font-size: 1.8rem !important;
    position: static !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
 
  .pcta-437 {
    font-size: 14px !important;
    padding: 9px 18px !important;
  }
 
  .spesialedition-navbar-menu-437 {
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
 
  .spesialedition-navbar-menu-437 li {
    font-size: 1rem !important;
  }
 
  .spesial-edition-437.active {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 1rem 3% !important;
    column-gap: 10px !important;
  }
}
 
/* Android/iOS kecil — 360px */
@media screen and (max-width: 360px) {
  .content-header-new-release-437 img {
    height: 8rem !important;
  }
 
  .header-new-release-title-437 {
    font-size: 4rem !important;
  }
 
  .header-new-release-subtitile-437 {
    font-size: 1.6rem !important;
  }
 
  .promonewrelease-header-437 {
    border-radius: 16px 16px 0 0 !important;
    width: 60% !important;
    max-width: 85% !important;
    margin: 18px auto 0 !important;
  }
 
  .promonewrelease-header-title-437 {
    font-size: 1.9rem !important;
    position: static !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
  }
 
  .deskripsi-promonewrelease-header-437 {
    font-size: 1.5rem !important;
    position: static !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
 
  .pcta-437 {
    font-size: 13px !important;
    padding: 8px 14px !important;
  }
 
  .spesialedition-navbar-menu-437 {
    flex-direction: column !important;
    align-items: center !important;
  }
 
  .spesialedition-navbar-menu-437 span {
    display: none !important;
  }
 
  .spesial-edition-437.active {
    grid-template-columns: 1fr !important;
    padding: 1rem 5% !important;
  }
}
 
/* Android super kecil — 349px */
@media screen and (max-width: 349px) {
  .content-header-new-release-437 img {
    height: 7rem !important;
  }
 
  .header-new-release-title-437 {
    font-size: 3.5rem !important;
  }
 
  .header-new-release-subtitile-437 {
    font-size: 1.4rem !important;
  }
 
  .promonewrelease-header-437 {
    border-radius: 16px 16px 0 0 !important;
    width: 65% !important;
    max-width: 88% !important;
    margin: 15px auto 0 !important;
  }
 
  .promonewrelease-header-title-437 {
    font-size: 1.7rem !important;
    position: static !important;
    margin-top: 6px !important;
    margin-bottom: 4px !important;
  }
 
  .deskripsi-promonewrelease-header-437 {
    font-size: 1.3rem !important;
    position: static !important;
    margin-top: 4px !important;
    margin-bottom: 8px !important;
  }
 
  .pcta-437 {
    font-size: 12px !important;
    padding: 7px 12px !important;
  }
}
 