/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; font-weight: 400; color: #111; line-height: 1.5; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: inline-block; vertical-align: middle; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.hide-mob { display: block; }
.show-mob { display: none; }
.desk-br { display: inline; }
.mob-br { display: none; }

@media (max-width: 767px) {
  .hide-mob { display: none !important; }
  .show-mob { display: block !important; }
  .desk-br { display: none; }
  .mob-br::after { content: '\A'; white-space: pre; }
}

/* ============ TOP STRIP ============ */
.top-strip {
  background: linear-gradient(90deg, #1a1a1a 0%, #2a1a0a 50%, #1a1a1a 100%);
  padding: 8px 0;
  text-align: center;
}
.strip-timer-row { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 10px; width: fit-content; margin: 0 auto; }
.top-strip-text { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; }
.top-strip-text span { display: flex; align-items: center; gap: 6px; }
.strip-star-icon { width: 20px; height: 20px; }
.golden-heading { font-size: 14px; font-weight: 700; color: #f9bf42; text-transform: uppercase; letter-spacing: 1px; margin: 0; }
.mobile-show { display: none; }
@media (max-width: 767px) { .mobile-show { display: inline; } }
.top-strip p { color: #fff; font-size: 13px; margin-top: 2px; }

/* ============ HEADER ============ */
.header {
  background: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 100;
  transition: all 0.3s;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.sticky-header-spacer { height: 0; }
.header-flex { display: flex; align-items: center; justify-content: space-between; }
.logo { height: 35px; width: auto; }
.header-btn {
  /* green CTA */
  background: #11c956;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
.header-btn:hover { background: #0fb34a; }
.header-btn-arw { width: 9px; }
.sell-fast {
  background: rgba(216, 106, 42, 0.1);
  border: 1px solid rgba(216, 106, 42, 0.3);
  border-radius: 20px;
  padding: 6px 16px;
}
.sell-fast-text { font-size: 13px; font-weight: 500; color: #333; display: flex; align-items: center; gap: 5px; }
.fire-icn { width: 15px; }

/* ============ BANNER / HERO ============ */
.banner { padding: 40px 0 50px; background: #fff; }
.banner-row { display: flex; gap: 40px; align-items: flex-start; }
.banner-left { flex: 1; max-width: 56%; }
.banner-right { width: 44%; }
.banner-text1 { font-size: 14px; color: #666; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.banner-text1 img { height: 13px; }
.banner-heading {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
  margin-bottom: 20px;
}
.banner-points { margin: 20px 0; }
.banner-points li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding: 8px 0 8px 35px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* Gift Box */
.gift-box { display: inline-block; width: 100%; max-width: 410px; margin-top: 15px; margin-bottom: 5px; text-align: center; }
.gift-box-heading { text-align: center; margin-bottom: 12px; }
.gift-box-heading p { font-size: 16px; font-weight: 700; color: #333; margin: 0; display: flex; align-items: center; gap: 10px; justify-content: center; }
.gift-box-heading p::before, .gift-box-heading p::after { content: ""; flex: 0 0 40px; height: 2px; background: #D86A2A; }
.gift-box-row { display: flex; justify-content: center; gap: 8px; }
.gift-box-col { flex: 1; max-width: 130px; text-align: center; }
.gift-box-col-inner { border: 2px dashed #D86A2A; border-radius: 10px; padding: 10px 5px; }
.gift-box-col-save {
  display: inline-block;
  margin-top: -10px;
  background: #ff0000;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.gift-prod { width: 90px; margin: 5px auto; display: block; }
.gift-box-col-text { font-size: 13px; font-weight: 600; margin-top: 5px; }

/* Price Row */
.banner-price-row { display: flex; align-items: center; gap: 15px; margin: 20px 0 10px; }
.start-prc { font-size: 15px; }
.banner-regular-price { font-size: 26px; font-weight: 700; color: #999; text-decoration: line-through; }
.banner-offer-price { font-size: 30px; font-weight: 800; color: #D86A2A; }

/* Button Box */
.button-box { margin-top: 15px; }
.button-box.center-btn { text-align: center; margin-top: 35px; }
.button-box.center-btn .common-button { margin: 0 auto; }
.button-box.center-btn .button-shipp,
.button-box.center-btn .btn-list { justify-content: center; }
.btn-list { display: flex; gap: 15px; margin-bottom: 8px; font-size: 13px; font-weight: 500; }
.btn-list.white li { color: #fff; }
.btn-list li { display: flex; align-items: center; gap: 5px; }
.btn-list li img { width: 16px; }
.common-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #11c956;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 420px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(17, 201, 86, 0.4);
  cursor: pointer;
  border: none;
}
.common-button:hover { background: #0fb34a; transform: translateY(-1px); }
.btn-arrow { width: 24px; }
.button-shipp { display: flex; gap: 15px; margin-top: 8px; font-size: 12px; color: #666; }
.green-dot::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00c853;
  border-radius: 50%;
  margin-right: 5px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.red-text { color: #ff0000; font-weight: 600; }
.low-stock { display: inline-flex; gap: 2px; margin: 0 5px; }
.low-stock span { width: 10px; height: 10px; background: #ff0000; border-radius: 2px; display: inline-block; }
.low-stock .fade { animation: pulse 1.5s infinite; }
.low-text { font-weight: 600; }
.btn-ship-text { font-size: 13px; color: #666; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.btn-ship-text img { width: 19px; }

/* Hero Slider */
.hero-slider { position: relative; overflow: hidden; border: 2px solid #D86A2A; border-radius: 8px; }
.hero-slides { display: flex; transition: transform 0.5s ease; }
.hero-slide { min-width: 100%; }
.hero-slide img { width: 100%; display: block; }
.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #D86A2A;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.slider-prev { left: 10px; }
.slider-next { right: 10px; }
.slider-nav { display: flex; gap: 8px; margin-top: 15px; }
.slider-thumb { cursor: pointer; border: 2px solid transparent; border-radius: 6px; overflow: hidden; flex: 1; }
.slider-thumb.active { border-color: #D86A2A; }
.slider-thumb img { width: 100%; display: block; }
.slider-dots { text-align: center; padding: 10px 0; display: flex; justify-content: center; gap: 8px; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd; cursor: pointer; transition: 0.3s; }
.dot.active { background: #D86A2A; }

/* ============ MARQUEE STRIP ============ */
.text-strip-section { background: #D86A2A; padding: 18px 0; overflow: hidden; }
.text-strip { position: relative; }
.text-strip-track {
  display: flex;
  gap: 20px;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}
.text-strip-track span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ COMMON STYLES ============ */
.sub-heading { font-size: 18px; font-weight: 600; text-align: center; margin-bottom: 10px; }
.sub-heading.orange { color: #D86A2A; }
.common-heading {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.common-heading.white { color: #fff; }
.common-text { font-size: 16px; text-align: center; color: #666; margin-bottom: 20px; }
.common-text.white { color: rgba(255,255,255,0.8); }
.margin-top10 { margin-top: 10px; }

/* ============ SECTION 1 ============ */
.section1 { padding: 35px 0; background: #fff; }
.s1-box { max-width: 770px; margin: 30px auto 0; }
.s1-row { margin-bottom: 1px; }
.s1-row-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.s1-row-header.active { background: #fff5ef; border-color: #D86A2A; }
.s1-row-icn img { width: 35px; }
.s1-row-heading h3 { font-size: 18px; font-weight: 700; margin: 0; }
.s1-row-content { padding: 15px 20px 20px 65px; }
.s1-row-content-text { font-size: 15px; color: #555; margin-bottom: 10px; line-height: 1.6; }

/* ============ SECTION 2 ============ */
.section2 { padding: 35px 0; background: #111; }
.s2-box { max-width: 770px; margin: 30px auto 0; }
.s2-toxic-img { width: 100%; margin-bottom: 20px; border-radius: 12px; }
.s2-row { display: flex; gap: 30px; align-items: center; margin-bottom: 30px; }
.s2-row-left { width: 40%; }
.s2-row-img { width: 100%; border-radius: 12px; }
.s2-row-right { flex: 1; }
.s2-row-heading { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 15px; }
.s2-row-list li {
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 18px;
  padding: 5px 0 5px 30px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}

/* ============ SECTION 3 ============ */
.section3 { padding: 35px 0; background: #fff; }
.s3-row { display: flex; gap: 40px; margin-top: 30px; }
.s3-left { flex: 1; }
.s3-vdo-box { border-radius: 12px; overflow: visible; }
.s3-vdo-box video, .s3-vdo-box img { border-radius: 12px; }
.s3-certification-row { display: flex; align-items: center; gap: 15px; margin-top: 20px; }
.s3-certification-left img { width: 100px; }
.s3-certification-text { font-size: 14px; color: #555; line-height: 1.5; }
.s3-right { width: 45%; }
.s3-list { list-style: none; }
.s3-list li { display: flex; gap: 15px; margin-bottom: 25px; }
.s3-list-left img { width: 33px; }
.s3-list-right h3 { font-size: 18px; font-weight: 700; margin-bottom: 5px; }
.s3-list-right p { font-size: 14px; color: #555; line-height: 1.6; }

/* Pro Tip */
.s6-pro-tip {
  display: block;
  background: #fffbe9;
  border: 2px solid #D86A2A;
  border-radius: 12px;
  padding: 20px 30px;
  margin: 30px auto;
  max-width: 770px;
  text-align: center;
  cursor: pointer;
}
.s6-pro-tip-text1 { font-size: 18px; font-weight: 700; color: #D86A2A; display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 8px; }
.pro-tip-icn { width: 20px; }
.s6-pro-tip-text2 { font-size: 15px; color: #000; line-height: 1.5; }

/* ============ SECTION 8 / TESTIMONIALS ============ */
.section8 { padding: 35px 0; background: #111; }
.sec8-top-text { text-align: center; color: #fff; font-size: 14px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.star-img { height: 14px; }
.testimonial-row { display: flex; gap: 20px; margin-top: 30px; }
.testimonial-card {
  flex: 1;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #333;
}
.customer-revw-img { width: 100%; height: auto; object-fit: cover; border-radius: 12px 12px 0 0; }
.testimonial-info { padding: 20px; }
.testi-rvw-star { height: 16px; margin-bottom: 10px; }
.testi-name { font-size: 16px; color: #fff; margin-bottom: 3px; }
.testi-verified { font-size: 12px; color: #D86A2A; margin-bottom: 10px; }
.testi-text { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.5; }

/* ============ SECTION 5 ============ */
.section5 { padding: 35px 0; background: #fff; }
.s5-row { display: flex; gap: 40px; margin-top: 30px; }
.s5-left { flex: 1; }
.s5-right { width: 45%; }
.s5-benefit-row { display: flex; gap: 10px; margin-bottom: 20px; }
.s5-benefit-col { text-align: center; flex: 1; }
.s5-benefit-icn { height: 34px; margin-bottom: 6px; }
.s5-benefit-col-text { font-size: 13px; font-weight: 600; color: #333; line-height: 1.3; }
.s5-prod-img { width: 100%; border-radius: 12px; margin-bottom: 20px; }
.s5-slide-row { display: flex; flex-direction: column; gap: 10px; }
.s5-slide-img { width: 100%; border-radius: 8px; }

/* Slidedown */
.s5-slidedown-box { }
.s5-slidedown-row { margin-bottom: 4px; }
.s5-slidedown-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #f8f8f8;
  border: 2px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.s5-slidedown-header.active { background: #fff5ef; border-color: #D86A2A; }
.s5-slidedown-icn img { width: 46px; }
.s5-slidedown-heading h3 { font-size: 17px; font-weight: 700; margin: 0; }
.s5-slidedown-content { padding: 15px 20px; }
.s5-slidedown-img { width: 100%; border-radius: 10px; margin-bottom: 15px; }
.s5-slidedown-text { font-size: 15px; color: #555; margin-bottom: 10px; line-height: 1.6; }

/* ============ SECTION 6 ============ */
.section6 { padding: 35px 0; background: #111; }
.s6-product-img-mob { display: block; width: 60%; margin: 20px auto; }
.s6-row { display: flex; align-items: flex-start; justify-content: center; gap: 30px; margin-top: 30px; }
.s6-col { width: 275px; background: rgba(255,255,255,0.05); border-radius: 12px; padding: 25px 20px; }
.s6-col-2 { background: rgba(216, 106, 42, 0.15); border: 1px solid rgba(216, 106, 42, 0.4); }
.s6-col-heading { font-size: 20px; font-weight: 700; color: #fff; text-align: center; margin-bottom: 20px; }
.s6-col-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.s6-list-icn { width: 20px; flex-shrink: 0; }
.s6-col-list p { font-size: 14px; color: rgba(255,255,255,0.85); margin: 0; }
.s6-product-img { width: 320px; margin-top: 30px; }

/* ============ SECTION 7 ============ */
.section7 { padding: 35px 0; background: #fff; }
.sec7-row { display: flex; gap: 20px; margin-top: 30px; }
.sec7-col {
  flex: 1;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}
.sec7-col::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,0.8));
  border-radius: 16px;
}
.sec7-col h3, .sec7-col p { position: relative; z-index: 1; color: #fff; text-align: center; }
.sec7-col h3 { font-size: 20px; font-weight: 700; margin-bottom: 5px; }
.sec7-col p { font-size: 14px; opacity: 0.85; }

/* ============ GUARANTEE ============ */
.guarantee-section { padding: 35px 0; background: #fafafa; }
.guarantee-row { display: flex; gap: 40px; justify-content: center; margin-top: 30px; }
.guarantee-col { text-align: center; max-width: 400px; }
.guarantee-seal { width: 120px; margin-bottom: 15px; }
.guarantee-col h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.guarantee-col p { font-size: 14px; color: #666; line-height: 1.6; }

/* ============ BONUS ============ */
.bonus-section { padding: 35px 0; background: #fff; }
.bonus-row { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.bonus-col {
  width: calc(50% - 13px);
  display: flex;
  gap: 15px;
  padding: 15px 20px 30px;
  border-bottom: 1px solid #eee;
}
.bonus-col-prod { flex-shrink: 0; width: 150px; }
.bonus-col-prod img { width: 100%; }
.bonus-col-right { flex: 1; }
.bonus-number {
  display: inline-block;
  background: linear-gradient(90deg, #f9bf42, #b57d15);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.bonus-col-right h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.bonus-price { font-size: 16px; font-weight: 700; color: #D86A2A; }
.bonus-price span { text-decoration: line-through; color: #999; font-weight: 400; margin-right: 10px; }
.bonus-bottom-text {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-top: 30px;
  padding: 18px 25px;
  background: #fff5ef;
  border: 2px solid #D86A2A;
  border-radius: 10px;
  cursor: pointer;
}
.bonus-worth { color: #D86A2A; text-decoration: underline; }
.bonus-free { color: #D86A2A; font-weight: 800; }

/* ============ FAQ ============ */
.faq-section { padding: 35px 0; background: #f5f5f5; }
.faq-box { max-width: 770px; margin: 30px auto 0; }
.faq-row { margin-bottom: 4px; }
.acdn-heading {
  padding: 22px 60px 22px 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.acdn-heading:hover { border-color: #D86A2A; }
.acdn-heading.accordion-open { background-color: #fff5ef; border-color: #D86A2A; }
.acdn-content { padding: 15px 25px 20px; background: #fff; border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 8px 8px; }
.acdn-content p { font-size: 15px; color: #555; line-height: 1.6; margin-bottom: 10px; }

/* ============ FINAL CTA ============ */
.section-final-cta { padding: 35px 0; background: #111; }

/* ============ FOOTER ============ */
.footer { padding: 40px 0 30px; background: #f8f8f8; text-align: center; }
.ftr-logo { height: 35px; margin-bottom: 15px; }
.footer-txt1 { font-size: 14px; color: #666; margin-bottom: 8px; }
.footer-txt1 a { color: #D86A2A; text-decoration: underline; }
.footer-txt2 { font-size: 13px; color: #999; margin-bottom: 5px; }
.footer-txt3 { font-size: 11px; color: #bbb; max-width: 600px; margin: 10px auto 0; }

/* Mobile Sticky CTA */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  padding: 10px 15px;
  z-index: 999;
  text-align: center;
}
.mobile-sticky-cta .common-button { max-width: 100%; font-size: 16px; padding: 14px 20px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 991px) {
  .banner-heading { font-size: 30px; }
  .common-heading { font-size: 30px; }
  .s5-row { flex-direction: column; }
  .s5-right { width: 100%; }
  .s3-row { flex-direction: column; }
  .s3-right { width: 100%; }
  .sec7-row { flex-direction: column; }
  .sec7-col { min-height: 250px; }
  .guarantee-row { flex-direction: column; align-items: center; }
}

@media (max-width: 767px) {
  .banner-row { flex-direction: column; }
  .banner-left { max-width: 100%; }
  .banner-heading { font-size: 26px; }
  .common-heading { font-size: 26px; }
  .s2-row { flex-direction: column; }
  .s2-row-left { width: 100%; }
  .s6-row { flex-direction: column; align-items: center; }
  .s6-col { width: 100%; max-width: 350px; }
  .s6-product-img { display: none; }
  .testimonial-row { flex-direction: column; }
  .bonus-row { flex-direction: column; }
  .bonus-col { width: 100%; }
  .footer { padding-bottom: 80px; }
  .button-box.center-btn { display: block !important; }
}

/* ============ SECTION 9 ============ */
.section9 { padding: 35px 0; background: #fafafa; }
.section9 .guarantee-row { display: flex; gap: 40px; justify-content: center; margin: 30px 0; }
.section9 .guarantee-col { text-align: center; max-width: 400px; }
.section9 .guarantee-seal { width: 120px; margin-bottom: 15px; }
.section9 .guarantee-col h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.section9 .guarantee-col p { font-size: 14px; color: #666; line-height: 1.6; }
@media (max-width: 767px) {
  .section9 .guarantee-row { flex-direction: column; align-items: center; }
}

/* Fix: CTA buttons mobile spacing */
@media (max-width: 767px) {
  .button-box.center-btn { margin-top: 25px; }
  .button-box.center-btn .common-button { font-size: 16px; padding: 15px 20px; }
  .btn-list { flex-wrap: wrap; justify-content: center; }
}

/* Fix: Sticky header spacer */
.header.sticky + .sticky-header-spacer { height: 65px; }

/* ============ SECTION 10: COMPARISON TABLE ============ */
.section10-compare { padding: 35px 0; background: #111; }
.compare-table { max-width: 700px; margin: 30px auto 0; }
.compare-table-row { display: flex; border-bottom: 1px solid rgba(255,255,255,0.1); }
.compare-table-row.compare-header { border-bottom: 2px solid rgba(255,255,255,0.2); padding-bottom: 10px; margin-bottom: 5px; }
.compare-cell { flex: 1; padding: 14px 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; }
.compare-cell.label { justify-content: flex-start; font-weight: 500; flex: 1.5; }
.compare-logo { height: 22px; }
.compare-others { font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.5); }
.compare-icn { width: 24px; }
@media (max-width: 767px) {
  .compare-cell { padding: 10px 5px; font-size: 13px; }
  .compare-cell.label { flex: 1.2; }
}

/* ============ SECTION 11: ADDITIONAL TESTIMONIALS ============ */
.section11 { padding: 35px 0; background: #fff; }
.testi-grid { display: flex; gap: 30px; margin: 30px 0; justify-content: center; }
.testi-card-v2 { max-width: 450px; display: flex; flex-direction: column; border-radius: 12px; overflow: hidden; border: 1px solid #eee; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.testi-card-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.testi-card-info { padding: 20px; }
.testi-quote { font-size: 18px; font-weight: 700; margin: 8px 0; }
.testi-body { font-size: 14px; color: #555; line-height: 1.6; }
@media (max-width: 767px) {
  .testi-grid { flex-direction: column; align-items: center; }
}

/* Fix: comparison heading colors */
.s6-col-heading { color: #ff0000 !important; text-align: left; }
.s6-col-2 .s6-col-heading { color: #0bbd4e !important; }

/* Fix: s2 rows need border-bottom separator */
.s2-row { border-bottom: 2px solid #232323; padding-bottom: 25px; }
.s2-row:last-child { border-bottom: none; }

/* Fix: section2 alternating row direction */
.s2-row:nth-child(even) { flex-direction: row-reverse; }
@media (max-width: 767px) {
  .s2-row:nth-child(even) { flex-direction: column; }
}

/* Fix: common-button font-size (original: 24px) */
.common-button { font-size: 22px; height: 65px; line-height: 65px; padding: 0 30px; }

/* Fix: header-btn green */  
.header-btn { background: #11c956 !important; }
.header-btn:hover { background: #0fb34a !important; }

/* ===== FIX 1: Gift text inside box ===== */
.gift-box-col-text { 
  font-size: 12px; 
  font-weight: 600; 
  margin-top: 2px;
  padding-bottom: 8px;
}

/* ===== FIX 2: Red strikethrough price ===== */
.red-strike {
  position: relative;
  color: #999;
}
.red-strike::after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 50%;
  height: 3px;
  background: #ff0000;
  transform: rotate(-8deg);
}
.banner-regular-price { text-decoration: none !important; }

/* ===== FIX 3: Stock indicator - running out ===== */
.stock-red { background: #ff0000 !important; }
.stock-grey { background: #555 !important; opacity: 0.3; }
.low-stock span { width: 10px; height: 10px; border-radius: 2px; display: inline-block; }

/* ===== FIX 4: Center sale/stock row ===== */
.button-shipp.centered { justify-content: center; text-align: center; }

/* ===== FIX 5: Marquee strip - dark bg with white text, matching original ===== */
.text-strip-section { 
  background: #1a1a1a !important; 
  padding: 15px 0; 
  border-top: 3px solid #D86A2A;
  border-bottom: 3px solid #D86A2A;
}
.text-strip-track span { 
  color: #fff !important; 
  font-size: 14px; 
  letter-spacing: 3px; 
}

/* ===== FIX 6: Section 1 heading fix ===== */
.section1 .sub-heading.orange {
  font-size: 16px;
  text-transform: none;
}

/* ===== FIX 5 OVERRIDE: Marquee strip matches original - light beige bg, black text ===== */
.text-strip-section { 
  background: #fcf6f0 !important; 
  border-top: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 20px 0 !important;
}
.text-strip-track span { 
  color: #000 !important; 
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}

/* ===== COUNTDOWN TIMER ===== */
.countdown-timer {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 15px;
}
.timer-block {
  background: #fff;
  color: #111;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  min-width: 40px;
  line-height: 1;
}
.timer-block span {
  font-size: 18px;
  font-weight: 800;
  display: block;
}
.timer-block small {
  font-size: 9px;
  font-weight: 600;
  color: #666;
  letter-spacing: 1px;
}
.timer-sep {
  color: #f9bf42;
  font-size: 18px;
  font-weight: 700;
}

/* ===== MOBILE HEADER: logo centered, no button ===== */
@media (max-width: 767px) {
  .header-flex {
    justify-content: center !important;
  }
  .header-btn {
    display: none !important;
  }
  .sell-fast.hide-mob {
    display: none !important;
  }
  .logo {
    margin: 0 auto;
  }
  
  /* Top strip mobile layout */
  .strip-timer-row {
    flex-direction: column;
    gap: 6px;
  }
  .countdown-timer {
    margin-left: 0;
    justify-content: center;
  }
  .golden-heading {
    font-size: 13px !important;
  }
}

/* Desktop: keep strip row horizontal */
@media (min-width: 768px) {
  .strip-timer-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Hide month text on desktop, show original text */
  .current-month-upper { display: none; }
}

/* Mobile: hide desktop text, show month */
@media (max-width: 767px) {
  .current-month-upper { display: inline !important; }
}

/* ===== FIX 2: Mobile top strip - text LEFT, timer RIGHT in one row ===== */
@media (max-width: 767px) {
  .strip-timer-row {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .countdown-timer {
    margin-left: 0 !important;
  }
  .top-strip-text {
    flex-shrink: 0;
  }
}

/* ===== FIX 3: Center 267 pans sold on mobile ===== */
@media (max-width: 767px) {
  .sell-fast {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .sell-fast-text {
    justify-content: center;
  }
}

/* ===== FIX 4: Header bottom border/separator ===== */
.header {
  border-bottom: 1px solid #e0e0e0;
}

/* ===== FIX 5: Center stars, subtitle and title on mobile ===== */
@media (max-width: 767px) {
  .banner-text1 {
    justify-content: center !important;
    text-align: center !important;
  }
  .banner-heading {
    text-align: center !important;
  }
}

/* ===== Top strip mobile: 2-line text left, timer right ===== */
.strip-text-lines {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.strip-line1 { font-size: 15px !important; }
.strip-line2 { font-size: 13px !important; }
.strip-star-mob { width: 22px; height: 22px; margin-right: 6px; }

@media (max-width: 767px) {
  .strip-text-lines { align-items: flex-start; }
  .top-strip-text.hide-mob { 
    display: none !important; 
  }
  .strip-star-icon:not(.strip-star-mob) { display: none; }
}
@media (min-width: 768px) {
  .strip-star-mob { display: none; }
  .strip-text-lines { flex-direction: row; gap: 6px; }
}

/* ===== FIX 1: Reduce space between header and content ===== */
.header { padding: 10px 0 !important; }
.sticky-header-spacer { height: 0 !important; }
@media (max-width: 767px) {
  .banner { padding-top: 20px !important; }
}

/* ===== Reduce gap between header and hero content on mobile ===== */
@media (max-width: 767px) {
  .header { padding: 8px 0 !important; margin-bottom: 0 !important; }
  .banner { padding-top: 10px !important; }
  .banner-text1 { margin-top: 0 !important; margin-bottom: 5px !important; }
  .banner-heading { margin-bottom: 12px !important; }
}

/* Strip line 1 (month) + line 2 (SALE IS LIVE) styling */
.strip-line1 {
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  display: block !important;
}
.strip-line2 {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  display: block !important;
}

/* ===== FIX: Section 1 accordion - match original style ===== */
.s1-row {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0 !important;
}
.s1-row:last-child { border-bottom: none; }
.s1-row-header {
  background: none !important;
  background-image: url('assets/down-arrow.webp') !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  background-size: 16px !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px 30px 12px 0 !important;
}
.s1-row-header.active {
  background-image: url('assets/up-arrow.webp') !important;
  background-repeat: no-repeat !important;
  background-position: right 5px center !important;
  background-size: 16px !important;
  border: none !important;
}
.s1-row-icn { width: 35px; flex-shrink: 0; }
.s1-row-heading h3 { font-size: 20px; font-weight: 700; }
.s1-row-content { padding: 0 0 15px 45px !important; }
.s1-row-content-text { font-size: 15px; line-height: 1.6; margin-bottom: 12px; }
.s1-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 5px 20px;
  max-width: 100%;
}

/* ===== FIX 2: Reduce space between marquee and gift box ===== */
@media (max-width: 767px) {
  .gift-box { margin-top: 15px !important; }
  .banner-points { margin: 8px 0 0 !important; }
}

/* ===== FIX 3: Section 1 mobile centering ===== */
@media (max-width: 767px) {
  .section1 { padding: 25px 0 !important; }
  .section1 .common-heading { font-size: 24px !important; }
  .s1-row-heading h3 { font-size: 17px; }
  .s1-row-content { padding: 0 0 12px 35px !important; }
}

/* ===== Section 2: Wrong Pan Grid (matching original) ===== */


/* ===== Mobile sticky CTA badges ===== */
.sticky-badges {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px !important;
  font-size: 11px !important;
}
.sticky-badges li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,0.85) !important;
}
.sticky-badges li img {
  width: 14px;
  filter: invert(1);
}
.mobile-sticky-cta {
  padding: 8px 15px 10px !important;
}

/* ===== Fix: CTA button text size - bigger to match original ===== */
.common-button {
  font-size: 20px !important;
  padding: 16px 30px !important;
  height: auto !important;
  line-height: 1.3 !important;
}
.mobile-sticky-cta .common-button {
  font-size: 18px !important;
  padding: 14px 20px !important;
}
.btn-arrow { width: 22px !important; }

/* ===== Fix 1: Bigger pan images + better card styling ===== */

/* ===== Fix 2: Sticky header shows timer + text instead of logo ===== */
.header .strip-timer-mobile {
  display: none;
}
.header.sticky .logo { display: none !important; }
.header.sticky .strip-timer-mobile { display: flex !important; align-items: center; gap: 8px; }

/* ===== Fix 3: CTA button more space + bigger ===== */
.mobile-sticky-cta {
  padding: 10px 15px 14px !important;
  background: #1a1a1a !important;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-sticky-cta .common-button {
  font-size: 19px !important;
  padding: 16px 24px !important;
  border-radius: 10px;
}
.footer { padding-bottom: 100px !important; }

/* ===== Sticky header timer styling ===== */
.strip-timer-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.strip-timer-mobile .golden-heading {
  color: #f9bf42 !important;
  font-size: 13px;
}
.strip-timer-mobile .strip-text-lines {
  text-align: center;
}
.countdown-header .timer-block {
  padding: 3px 6px;
  min-width: 32px;
}
.countdown-header .timer-block span {
  font-size: 15px;
}
.countdown-header .timer-block small {
  font-size: 8px;
}
.countdown-header .timer-sep {
  font-size: 15px;
}
.header.sticky {
  background: #1a1a1a !important;
  padding: 8px 0 !important;
}
.header.sticky .header-btn { display: none !important; }
.header.sticky .sell-fast { display: none !important; }
@media (min-width: 768px) {
  .header.sticky .logo { display: block !important; }
  .header.sticky .strip-timer-mobile { display: none !important; }
}

/* ===== Fix: Top strip text bigger + correct colors ===== */
@media (max-width: 767px) {
  .strip-line1 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #f9bf42 !important;
    letter-spacing: 1.5px !important;
  }
  .strip-line2 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #f9bf42 !important;
  }
}

/* ===== Fix: Sticky header timer text match top strip ===== */
.header.sticky .strip-timer-mobile .strip-line1 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #f9bf42 !important;
}
.header.sticky .strip-timer-mobile .strip-line2 {
  font-size: 12px !important;
  color: #f9bf42 !important;
}
.header.sticky .strip-timer-mobile {
  justify-content: center !important;
}

/* ===== Fix: Pan card images - use mobile versions which are circular pan shots ===== */

/* ===== Fix: Pan cards - bigger images, better styling to match original ===== */

/* ===== WRONG PAN SECTION - FINAL CLEAN VERSION ===== */
.wrong-pan-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 550px;
  margin: 30px auto 0;
}
.wrong-pan-card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.wrong-pan-card-img {
  width: 110px;
  flex-shrink: 0;
  background: #1a1a1a;
}
.wrong-pan-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrong-pan-card-info {
  padding: 15px;
  flex: 1;
}
.wrong-pan-card-info h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}
.wrong-pan-card-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrong-pan-card-info li {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.x-mark {
  color: #ff4444;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .wrong-pan-card-img { width: 95px; }
  .wrong-pan-card-info { padding: 12px; }
  .wrong-pan-card-info h3 { font-size: 16px; }
  .wrong-pan-card-info li { font-size: 12px; }
}

/* ===== Inline star icons in strip text ===== */
.inline-star {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}

/* ===== DESKTOP: Wrong Pan section uses original row layout ===== */
@media (min-width: 768px) {
  .wrong-pan-grid {
    max-width: 770px;
  }
  .wrong-pan-card-img {
    width: 140px;
  }
  .wrong-pan-card-info h3 {
    font-size: 20px;
  }
  .wrong-pan-card-info li {
    font-size: 14px;
  }
}






/* ===== TOP STRIP + STICKY HEADER - MOBILE ONLY ===== */
.inline-star { width: 14px; height: 14px; vertical-align: middle; }
.top-strip { border-bottom: 3px solid #D86A2A; }

@media (max-width: 767px) {
  .strip-text-lines {
    text-align: center;
    line-height: 1.3;
  }
  .strip-line1 {
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    display: block !important;
    color: #f9bf42 !important;
  }
  .strip-line2 {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    display: block !important;
    color: #f9bf42 !important;
  }
  .header.sticky .strip-line1 { font-size: 15px !important; }
  .header.sticky .strip-line2 { font-size: 11px !important; }
  .header.sticky .inline-star { width: 11px; height: 11px; }
}

/* Desktop: hide mobile strip elements, show normal layout */
@media (min-width: 768px) {
  .strip-line1, .strip-line2 { display: inline !important; }
  .strip-text-lines { border-bottom: none; }
}


/* ===== TOP STRIP FINAL FIX - mobile layout ===== */
@media (max-width: 767px) {
  .strip-timer-row {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: auto !important;
  }
  .top-strip-inner {
    text-align: center;
  }
  .top-strip-text.hide-mob {
    display: none !important;
  }
  .strip-star-mob { display: none !important; }
  .strip-text-lines {
    text-align: right !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }
  .strip-line1 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  .strip-line2 {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  .inline-star {
    width: 12px !important;
    height: 12px !important;
    filter: brightness(1.3) saturate(1.5);
  }
  .countdown-timer {
    flex-shrink: 0;
  }
}

/* ===== STRIP - FINAL VERSION ===== */
.strip-text-desktop {
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip-text-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
}
.strip-star-sm {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.strip-mob-lines {
  text-align: center;
  line-height: 1.15;
}
.strip-mob-l1 {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #f9bf42;
  letter-spacing: 2px;
}
.strip-mob-l2 {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #f9bf42;
  letter-spacing: 1.5px;
}

/* Sticky header uses same mobile layout */
.header.sticky .strip-mob-l1 { font-size: 15px; }
.header.sticky .strip-mob-l2 { font-size: 10px; }
.header.sticky .strip-star-sm { width: 14px; height: 14px; }

/* ===== TOP STRIP MOBILE - FINAL ===== */
.top-strip-text-mob {
  display: flex;
  align-items: center;
  gap: 6px;
}
.strip-star-lg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  filter: brightness(1.2);
}
.strip-mob-center {
  text-align: center;
  line-height: 1.2;
}
.strip-mob-l1 {
  display: block;
  font-size: 19px;
  font-weight: 800;
  color: #f9bf42;
  letter-spacing: 2px;
}
.strip-mob-l2 {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #f9bf42;
  letter-spacing: 1.5px;
}

/* Sticky header - bigger text */
.header.sticky .strip-mob-l1 { font-size: 17px !important; }
.header.sticky .strip-mob-l2 { font-size: 12px !important; }
.header.sticky .strip-star-lg,
.header.sticky .strip-star-sm { width: 18px !important; height: 18px !important; }

/* ===== STICKY HEADER MOBILE - hide logo, show only timer strip ===== */
@media (max-width: 767px) {
  .header.sticky .logo { display: none !important; }
  .header.sticky .header-flex { justify-content: center !important; }
  .header.sticky .sell-fast { display: none !important; }
  .header.sticky .header-btn { display: none !important; }
  .header.sticky .strip-timer-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .header.sticky {
    background: #1a1a1a !important;
    padding: 6px 0 !important;
  }
}
@media (min-width: 768px) {
  .header.sticky .logo { display: block !important; }
  .header.sticky .strip-timer-mobile { display: none !important; }
}

/* ===== TOP STRIP - SIZE FIX (match original) ===== */
.top-strip {
  padding: 12px 0 !important;
}
@media (max-width: 767px) {
  .strip-timer-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }
  .top-strip-text-mob {
    gap: 8px !important;
  }
  .strip-star-lg {
    width: 28px !important;
    height: 28px !important;
  }
  .strip-mob-l1 {
    font-size: 22px !important;
    letter-spacing: 3px !important;
  }
  .strip-mob-l2 {
    font-size: 15px !important;
    letter-spacing: 2px !important;
  }
  .countdown-timer .timer-block {
    padding: 6px 8px !important;
    min-width: 42px !important;
  }
  .countdown-timer .timer-block span {
    font-size: 20px !important;
  }
  .countdown-timer .timer-block small {
    font-size: 9px !important;
  }
  .countdown-timer .timer-sep {
    font-size: 20px !important;
  }
}

/* ===== STARS: position relative to text, not as flex items ===== */
@media (max-width: 767px) {
  .top-strip-text-mob {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
    flex-wrap: nowrap !important;
  }
  .top-strip-text-mob .strip-star-lg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    position: static !important;
  }
}

/* ===== STRIP: center text+stars more towards middle ===== */
@media (max-width: 767px) {
  .strip-timer-row {
    justify-content: center !important;
    gap: 20px !important;
    padding: 0 10px !important;
  }
}

/* ===== Sticky header: taller bar ===== */
@media (max-width: 767px) {
  .header.sticky {
    padding: 12px 0 !important;
  }
}

/* ===== Wrong Pan cards: bigger images, zoom out ===== */
@media (max-width: 767px) {
  .wrong-pan-card-img {
    width: 120px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    background: transparent !important;
  }
  .wrong-pan-card-img img {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
    max-height: 100px !important;
  }
  .wrong-pan-card-info {
    padding: 10px 12px 10px 8px !important;
  }
}

/* ===== Section 3: certification overlay on video + bigger fonts ===== */
.s3-vdo-box {
  position: relative !important;
}
.s3-certification-row {
  position: absolute !important;
  bottom: -35px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #fff !important;
  border-radius: 10px !important;
  padding: 12px 20px 12px 50px !important;
  margin-top: 0 !important;
  gap: 10px !important;
  width: 75% !important;
  max-width: 300px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
  border: 2px solid #D86A2A !important;
  z-index: 2 !important;
}
.s3-certification-left {
  position: absolute !important;
  left: -30px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.s3-certification-left img {
  width: 70px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
}
.s3-vdo-box {
  margin-bottom: 45px !important;
}
.s3-certification-text {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #111 !important;
  line-height: 1.3 !important;
}

@media (max-width: 767px) {
  .s3-list-right h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
  }
  .s3-list-right p {
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.5 !important;
  }
  .s3-list-left img {
    width: 28px !important;
  }
  .s3-list li {
    gap: 12px !important;
    margin-bottom: 20px !important;
  }
}

/* ===== TOXIC watermark behind wrong pan cards ===== */
.wrong-pan-grid {
  position: relative !important;
}
.toxic-watermark {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotate(-10deg) !important;
  width: 110% !important;
  opacity: 0.45 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}
.wrong-pan-card {
  position: relative !important;
  z-index: 1 !important;
}

/* ===== Sticky CTA: hidden until scroll past banner CTA ===== */
.mobile-sticky-cta.sticky-hidden {
  display: none !important;
}

/* ===== Hide repeated CTA boxes on mobile (sticky CTA handles it) ===== */
@media (max-width: 767px) {
  .button-box.center-btn {
    display: none !important;
  }
}

/* ===== FIX 1: Bigger slider arrows on mobile ===== */
@media (max-width: 767px) {
  .slider-prev, .slider-next {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}

/* ===== FIX 3: Section 5 accordion - white bg, black outline, + sign ===== */
@media (max-width: 767px) {
  .s5-slidedown-row {
    background: #fff !important;
    border: 1px solid #222 !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
  }
  .s5-slidedown-header {
    background: #fff !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
  }
  .s5-slidedown-header::after {
    content: '+' !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    color: #222 !important;
    line-height: 1 !important;
  }
  .s5-slidedown-header.active::after {
    content: '−' !important;
  }
  .s5-slidedown-heading h3 {
    color: #111 !important;
    font-size: 15px !important;
  }
  .s5-slidedown-icn img {
    width: 40px !important;
  }
}

/* ===== FIX: Orange subtitles bolder + bigger on mobile ===== */
@media (max-width: 767px) {
  .sub-heading.orange {
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
  }
}

/* ===== FIX: Section 1 accordion arrows bigger on mobile ===== */
@media (max-width: 767px) {
  .s1-row-header {
    background-size: 20px !important;
    padding-right: 35px !important;
  }
  .s1-row-header.active {
    background-size: 20px !important;
  }
}




@media (max-width: 767px) {
  .banner-price-row { margin: 2px 0 2px !important; }
  .banner-sale-row { margin-bottom: 2px !important; }
  .gift-box { margin-bottom: 0 !important; margin-top: 5px !important; padding-bottom: 0 !important; }
}

@media (max-width: 767px) {
  .gift-box-col-text { margin-bottom: 0 !important; }
  .gift-box-row { margin-bottom: 0 !important; }
  .banner-price-row p { margin: 0 !important; }
  .button-box#bannerCta { margin-top: 5px !important; }
  .button-box#bannerCta .button-shipp { margin: 0 0 5px !important; padding: 0 !important; }
  .button-box#bannerCta .btn-ship-text { margin: 5px 0 0 !important; }
}

@media (max-width: 767px) {
  .gift-box { padding: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; }
  .gift-box-heading { margin-bottom: 5px !important; }
  .banner-price-row { margin: 0 !important; padding: 0 !important; gap: 10px !important; }
  .button-box#bannerCta { margin-top: 0 !important; padding-top: 0 !important; }
  .banner-points { margin-bottom: 0 !important; padding-bottom: 0 !important; }
}

@media (max-width: 767px) {
  .banner-left .gift-box,
  .banner-left .banner-price-row,
  .banner-left .button-box,
  .banner-left .banner-points,
  .banner-left .button-shipp,
  .banner-left .btn-ship-text,
  .banner-left .gift-box-heading,
  .banner-left .gift-box-row,
  .banner-left .start-prc,
  .banner-left .banner-regular-price,
  .banner-left .banner-offer-price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .banner-left .banner-price-row { padding: 5px 0 !important; }
  .banner-left .button-shipp { padding: 3px 0 !important; }
  .banner-left .gift-box-heading { padding-bottom: 5px !important; }
}
