/* ===================== MPW COLLECTIONS REDESIGN v1 ===================== */
.mpw-collections {
  position: relative;
  background: #ffffff;
  padding: 72px 20px 80px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.mpw-collections::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(250,207,57,.18), transparent 70%);
  border-radius: 50%;
}
.mpw-collections::after {
  content: '';
  position: absolute;
  bottom: -140px; left: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(242,238,226,.9), transparent 70%);
  border-radius: 50%;
}
.mpw-coll-head { position: relative; z-index: 1; max-width: 640px; margin: 0 auto 44px; text-align: center; }
.mpw-coll-eyebrow { margin: 0 0 14px; }
.mpw-coll-title { margin: 0 0 12px; font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -1px; color: #1c2532; }
.mpw-coll-sub { margin: 0; font-size: 15px; line-height: 1.7; color: #4a5568; }
.mpw-coll-grid {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.mpw-coll-card {
  display: block; text-decoration: none;
  background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.05);
  transition: transform .3s ease, box-shadow .3s ease;
}
.mpw-coll-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.14); }
.mpw-coll-media { position: relative; overflow: hidden; aspect-ratio: 3 / 3.6; background: #f2eee2; }
.mpw-coll-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mpw-coll-card:hover .mpw-coll-media img { transform: scale(1.08); }
.mpw-coll-body { padding: 16px 18px 20px; }
.mpw-coll-tag {
  display: inline-block; padding: 3px 10px;
  background: rgba(250,207,57,.18); color: #ca9203;
  font-size: 10.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  border-radius: 50px; margin-bottom: 8px;
}
.mpw-coll-name { margin: 0 0 10px; font-size: 16px; font-weight: 600; color: #1c2532; line-height: 1.3; }
.mpw-coll-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: #2d3e50; }
.mpw-coll-arrow {
  display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center;
  background: #facf39; border-radius: 50%; font-size: 14px; color: #1c2532;
  transition: transform .25s ease;
}
.mpw-coll-card:hover .mpw-coll-arrow { transform: translateX(3px); color: #1c2532; }
.mpw-coll-foot { position: relative; z-index: 1; text-align: center; margin-top: 40px; }

@media (max-width: 900px) {
  .mpw-coll-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .mpw-coll-title { font-size: 30px; }
}
@media (max-width: 480px) {
  .mpw-collections { padding: 52px 16px 56px; }
  .mpw-coll-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .mpw-coll-title { font-size: 26px; }
  .mpw-coll-name { font-size: 14px; }
}

/* ===================== MPW BEST SELLERS REDESIGN v1 ===================== */
.mpw-bestsellers {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fff9ef;
  padding: 72px 20px 80px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}
.mpw-bestsellers::before {
  content: '';
  position: absolute;
  top: -140px; left: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(250,207,57,.16), transparent 70%);
  border-radius: 50%;
}
.mpw-bestsellers::after {
  content: '';
  position: absolute;
  bottom: -120px; right: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(252,230,180,.7), transparent 70%);
  border-radius: 50%;
}
.mpw-best-head { position: relative; z-index: 1; max-width: 640px; margin: 0 auto 44px; text-align: center; }
.mpw-best-grid {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.mpw-best-card {
  display: flex; flex-direction: column;
  background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.05);
  transition: transform .3s ease, box-shadow .3s ease;
}
.mpw-best-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.14); }
.mpw-best-media {
  position: relative; overflow: hidden;
  aspect-ratio: 1 / 1; background: #f2eee2;
}
.mpw-best-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mpw-best-card:hover .mpw-best-media img { transform: scale(1.08); }
.mpw-best-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  display: inline-block; padding: 4px 10px;
  background: #facf39; color: #1c2532;
  font-size: 11.5px; font-weight: 700; letter-spacing: .5px;
  border-radius: 50px;
}
.mpw-best-body {
  display: flex; flex-direction: column; flex: 1;
  padding: 16px 18px 20px;
}
.mpw-best-name { margin: 0 0 10px; font-size: 15px; font-weight: 600; color: #1c2532; line-height: 1.35; }
.mpw-best-price { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.mpw-price-new { font-size: 17px; font-weight: 700; color: #1c2532; }
.mpw-price-old { font-size: 13px; font-weight: 500; color: #9aa3b0; text-decoration: line-through; }
.mpw-best-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-size: 13px; font-weight: 600; color: #2d3e50; }

@media (max-width: 900px) {
  .mpw-best-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 480px) {
  .mpw-bestsellers { padding: 52px 16px 56px; }
  .mpw-best-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .mpw-best-name { font-size: 13.5px; }
  .mpw-price-new { font-size: 15px; }
}

/* Kill the 24px gutters on the Elementor e-con-full that wraps the Best Sellers redesign
   (data-id 9aee9ad hosts #mpwBestSellers + hidden old anchors) so the cream band is flush
   top/bottom, not inset by the container's padding. */
.elementor-element-9aee9ad.e-con,
.elementor-element-9aee9ad {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

/* Prevent horizontal page scroll from full-bleed sections / third-party widgets
   (e.g. the Google-reviews slider below Top Selling), while keeping content visible. */
html, body {
  overflow-x: clip;
}

/* ===================== MPW TOP SELLING PRODUCTS (ranked) ===================== */
.mpw-topo {
  position: relative;
  background: #ffffff;
  padding: 72px 20px 80px;
  font-family: 'Poppins', sans-serif;
}
.mpw-topo-head { max-width: 1100px; margin: 0 auto 40px; }
.mpw-topo-title {
  margin: 0 0 10px;
  font-size: 36px; line-height: 1.12; font-weight: 800;
  letter-spacing: -1px; color: #1c2532;
}
.mpw-topo .mpw-coll-sub { max-width: 560px; }
.mpw-topo-list {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.mpw-topo-item {
  display: flex; align-items: center; gap: 16px;
  padding: 14px;
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.mpw-topo-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0,0,0,.12);
  border-color: rgba(250,207,57,.6);
}
.mpw-topo-rank {
  flex: 0 0 auto;
  min-width: 34px; text-align: center;
  font-size: 22px; font-weight: 800; font-style: italic;
  color: #1c2532; line-height: 1;
  background: linear-gradient(135deg, #facf39, #ffe98a);
  border-radius: 9px; padding: 7px 7px;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
}
.mpw-topo-media {
  flex: 0 0 74px; width: 74px; height: 74px;
  border-radius: 12px; overflow: hidden; background: #f2eee2;
}
.mpw-topo-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mpw-topo-item:hover .mpw-topo-media img { transform: scale(1.07); }
.mpw-topo-body { flex: 1; min-width: 0; }
.mpw-topo-name {
  margin: 0 0 6px; font-size: 14.5px; font-weight: 600;
  color: #1c2532; line-height: 1.35;
}
.mpw-topo-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.mpw-topo-off {
  padding: 2px 8px; border-radius: 50px;
  background: rgba(250,207,57,.22); color: #ca9203;
  font-size: 11.5px; font-weight: 700;
}
.mpw-topo-cta {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: #2d3e50;
}
.mpw-topo-cta .mpw-coll-arrow { transition: transform .25s ease; }
.mpw-topo-item:hover .mpw-topo-cta .mpw-coll-arrow { transform: translateX(3px); }
.mpw-topo .mpw-coll-foot { max-width: 1100px; margin: 36px auto 0; text-align: center; }

@media (max-width: 900px) {
  .mpw-topo-list { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .mpw-topo { padding: 52px 16px 56px; }
  .mpw-topo-title { font-size: 27px; }
  .mpw-topo-item { gap: 12px; padding: 12px; }
  .mpw-topo-rank { font-size: 18px; min-width: 28px; padding: 6px 5px; }
  .mpw-topo-media { flex-basis: 62px; width: 62px; height: 62px; }
  .mpw-topo-name { font-size: 13.5px; }
  .mpw-topo-cta { display: none; }
}

/* ===================== MPW WHY CHOOSE US REDESIGN v1 ===================== */
.mpw-whychosueus {
  position: relative;
  background: #ffffff;
  padding: 72px 20px 80px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.mpw-whychosueus::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(250,207,57,.18), transparent 70%);
  border-radius: 50%;
}
.mpw-whychosueus::after {
  content: '';
  position: absolute;
  bottom: -140px; left: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(242,238,226,.9), transparent 70%);
  border-radius: 50%;
}
.mpw-whychosueus-head { position: relative; z-index: 1; max-width: 640px; margin: 0 auto 44px; text-align: center; }
.mpw-whychosueus-title { margin: 0 0 12px; font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -1px; color: #1c2532; }
.mpw-whychosueus-sub { margin: 0; font-size: 15px; line-height: 1.7; color: #4a5568; }
.mpw-whychosueus-grid {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.mpw-whychosueus-item {
  text-align: center;
  transition: transform .3s ease;
}
.mpw-whychosueus-item:hover { transform: translateY(-4px); }
.mpw-whychosueus-icon {
  font-size: 48px; color: #facf39; margin-bottom: 16px; display: block;
}
.mpw-whychosueus-name { margin: 0 0 8px; font-size: 18px; font-weight: 600; color: #1c2532; }
.mpw-whychosueus-desc { margin: 0; font-size: 14px; color: #4a5568; line-height: 1.5; }

@media (max-width: 900px) {
  .mpw-whychosueus-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 480px) {
  .mpw-whychosueus { padding: 52px 16px 56px; }
  .mpw-whychosueus-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ===================== MPW SIGN UP REDESIGN v1 ===================== */
.mpw-signup {
  position: relative;
  background: #ffffff;
  padding: 72px 20px 80px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.mpw-signup::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(250,207,57,.18), transparent 70%);
  border-radius: 50%;
}
.mpw-signup::after {
  content: '';
  position: absolute;
  bottom: -140px; left: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(242,238,226,.9), transparent 70%);
  border-radius: 50%;
}
.mpw-signup-head { position: relative; z-index: 1; max-width: 640px; margin: 0 auto 44px; text-align: center; }
.mpw-signup-title { margin: 0 0 12px; font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -1px; color: #1c2532; }
.mpw-signup-sub { margin: 0; font-size: 15px; line-height: 1.7; color: #4a5568; }
.mpw-signup-form { max-width: 480px; margin: 0 auto; }
.mpw-form-email {
  position: relative; border: 2px solid #e2e8f0; border-radius: 50px; padding: 0 20px;
  height: 56px; display: flex; align-items: center;
}
.mpw-form-email input {
  flex: 1; border: none; padding: 0 16px; font-size: 16px; color: #1c2532;
  outline: none; background: transparent;
}
.mpw-form-submit {
  position: relative; width: 100%; margin-top: 24px; display: flex; justify-content: center;
}
.mpw-form-submit .mpw-btn {
  width: 100%; padding: 14px 26px; background: #2d3e50; color: #fff;
  font-size: 14px; font-weight: 600; border: none; border-radius: 50px;
}
.mpw-form-submit .mpw-btn:hover { background: #1c2532; }

@media (max-width: 900px) {
  .mpw-signup { padding: 52px 16px 56px; }
}
@media (max-width: 480px) {
  .mpw-signup { padding: 40px 16px 48px; }
  .mpw-form-email { height: 48px; }
  .mpw-form-email input { font-size: 14px; }
  .mpw-form-submit .mpw-btn { padding: 12px 20px; font-size: 13px; }
}

/* ===================== MPW TESTIMONIALS REDESIGN v1 ===================== */
.mpw-testimonials {
  position: relative;
  background: #ffffff;
  padding: 72px 20px 80px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.mpw-testimonials::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(250,207,57,.18), transparent 70%);
  border-radius: 50%;
}
.mpw-testimonials::after {
  content: '';
  position: absolute;
  bottom: -140px; left: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(242,238,226,.9), transparent 70%);
  border-radius: 50%;
}
.mpw-testimonials-head { position: relative; z-index: 1; max-width: 640px; margin: 0 auto 44px; text-align: center; }
.mpw-testimonials-title { margin: 0 0 12px; font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -1px; color: #1c2532; }
.mpw-testimonials-sub { margin: 0; font-size: 15px; line-height: 1.7; color: #4a5568; }
.mpw-testimonials-grid {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.mpw-testimonials-item {
  text-align: center;
  transition: transform .3s ease;
}
.mpw-testimonials-item:hover { transform: translateY(-4px); }
.mpw-testimonials-stars {
  font-size: 32px; color: #facf39; margin-bottom: 16px; display: block;
}
.mpw-testimonials-text {
  margin: 0 0 16px; font-size: 14px; color: #4a5568; line-height: 1.6; min-height: 3.2em;
}
.mpw-testimonials-author {
  display: block; margin-bottom: 24px; font-size: 13px; color: #1c2532;
  transition: color .25s ease;
}
.mpw-testimonials-author:hover { color: #facf39; }
.mpw-testimonials-cta { text-align: center; margin-top: 40px; }
.mpw-testimonials-cta .mpw-btn {
  padding: 12px 24px; background: transparent; color: #2d3e50;
  border: 2px solid #2d3e50; border-radius: 50px;
}
.mpw-testimonials-cta .mpw-btn:hover { background: #2d3e50; color: #fff; }

@media (max-width: 900px) {
  .mpw-testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 480px) {
  .mpw-testimonials { padding: 52px 16px 56px; }
  .mpw-testimonials-grid { grid-template-columns: 1fr; gap: 24px; }
  .mpw-testimonials-cta { margin-top: 24px; }
}

/* ===================== MPW INSTAGRAM REDESIGN v1 ===================== */
.mpw-instagram {
  position: relative;
  background: #f8f9fa;
  padding: 72px 20px 80px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}
.mpw-instagram::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(250,207,57,.18), transparent 70%);
  border-radius: 50%;
}
.mpw-instagram::after {
  content: '';
  position: absolute;
  bottom: -140px; left: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(242,238,226,.9), transparent 70%);
  border-radius: 50%;
}
.mpw-instagram-head { position: relative; z-index: 1; max-width: 640px; margin: 0 auto 44px; text-align: center; }
.mpw-instagram-title { margin: 0 0 12px; font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -1px; color: #1c2532; }
.mpw-instagram-sub { margin: 0; font-size: 15px; line-height: 1.7; color: #4a5568; }
.mpw-instagram-grid {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.mpw-instagram-item {
  background: #fff; border-radius: 12px; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease;
}
.mpw-instagram-item:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.mpw-instagram-img {
  height: 280px; background: #eee;
  position: relative;
}
.mpw-instagram-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.mpw-instagram-name {
  padding: 12px 16px; font-size: 13px; color: #1c2532; text-align: center;
}
.mpw-instagram-cta { text-align: center; margin-top: 40px; }
.mpw-instagram-cta .mpw-btn {
  padding: 12px 24px; background: transparent; color: #2d3e50;
  border: 2px solid #2d3e50; border-radius: 50px; font-size: 14px;
}
.mpw-instagram-cta .mpw-btn:hover { background: #2d3e50; color: #fff; }

@media (max-width: 900px) {
  .mpw-instagram-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
@media (max-width: 480px) {
  .mpw-instagram { padding: 52px 16px 56px; }
  .mpw-instagram-grid { grid-template-columns: 1fr; gap: 16px; }
}