/* =========================================================== */
/*  SHADE SWATCH GALLERY - CUTE & CLEAN                        */
/* =========================================================== */

.mobile-only.shade-page {
  padding-bottom: 50px;
  height: 939px;
  position: relative;
  display: block;
}

/* ====== HEADER ====== */
.mobile-only .shade-header {
  position: relative;
  z-index: 20; 
  padding-top: 80px;
  text-align: center;
}

.mobile-only .back-home {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Dreamy Notes Script";
  color: #5b1133;
  font-size: 13px;
  text-decoration: none;
  background: #ffe8f3;
  padding: 6px 16px;
  border-radius: 34.6px;
  border: 1px solid #ffadd6;
  transition: all 0.3s ease;
  z-index: 999;
}

.mobile-only .back-home:hover {
  transform: scale(1.05);
  background: #ffcbe5;
  color: white;
}

.mobile-only .page-title {
  font-family: "Dreamy Notes Script";
  font-size: 30px;
  color: #5b1133;
  margin-bottom: 5px;
}

.mobile-only .page-subtitle {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 30px;
}

/* =========================================================== */
/*  INTRO SECTION                                               */
/* =========================================================== */

.mobile-only .shade-intro {
  position: relative;
  z-index: 20; 
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.mobile-only .intro-image {
  width: 100%;
  height: 280px;
  background-color: #ffcbe5;
  border-radius: 34.6px;
  background-size: cover;
  background-position: center;
  border: 1px solid #ffe8f3;
  margin-bottom: 20px;
}

.mobile-only .intro-text {
  text-align: center;
}

.mobile-only .intro-text h2 {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 10px;
}

.mobile-only .intro-text p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  line-height: 1.2;
  max-width: 500px;
  margin: 0 auto;
}

/* =========================================================== */
/*  SHADE SWATCH GRID                                           */
/* =========================================================== */

.mobile-only .shade-gallery {
  position: relative;
  z-index: 20;
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.mobile-only .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}

.mobile-only .swatch-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mobile-only .swatch-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ffe8f3;
  box-shadow: 0 4px 15px rgba(255, 125, 125, 0.15);
  transition: all 0.3s ease;
}

.mobile-only .swatch-circle:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(255, 125, 125, 0.25);
}

.mobile-only .swatch-name {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  letter-spacing: 0.5px;
}

/* =========================================================== */
/*  GALLERY CTA (Shop Now Button)                               */
/* =========================================================== */

.mobile-only .gallery-cta {
  text-align: center;
  margin-top: 10px;
}

.mobile-only .gallery-cta p {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 15px;
}

.mobile-only .shop-btn {
  background: #ffe8f3;
  border: 1px solid #ffadd6;
  border-radius: 34.6px;
  padding: 10px 30px;
  font-family: "Vividly-Regular", Helvetica;
  color: #5b1133;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.mobile-only .shop-btn:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  FOOTER - EXACTLY FROM MAIN PAGE                             */
/* =========================================================== */

.mobile-only .footer-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 30px;
  min-height: 120px;
}

.mobile-only .rectangle-19 {
  top: 11px !important;
  bottom: 0 !important;
  left: calc(50.00% - 259px) !important;
  width: 516px !important;
  height: 103px !important;
  background-color: #ffe8f3 !important;
  position: absolute !important;
  border-radius: 34.6px !important;
}

.mobile-only .text-wrapper-22 {
  top: 35px !important;
  bottom: 45px !important;
  left: calc(50.00% - 77px) !important;
  width: 177px !important;
  font-size: 8.9px !important;
  text-align: center !important;
  line-height: 7.9px !important;
  position: absolute !important;
  font-family: "Single Day", cursive !important;
  font-weight: 400 !important;
  color: #5b1133 !important;
  letter-spacing: 0 !important;
  z-index: 99999 !important;
}

/* =========================================================== */
/*  MOBILE RESPONSIVE                                          */
/* =========================================================== */

@media (max-width: 600px) {
  .mobile-only .back-home {
    font-size: 11px;
    padding: 5px 12px;
    top: 29px;
    left: 15px;
  }

  .mobile-only .page-title {
    font-size: 22px;
  }

  .mobile-only .page-subtitle {
    font-size: 11px;
  }

  .mobile-only .intro-image {
    height: 200px;
  }

  .mobile-only .intro-text h2 {
    font-size: 22px;
  }

  .mobile-only .swatch-circle {
    width: 80px;
    height: 80px;
  }

  .mobile-only .swatch-name {
    font-size: 12px;
  }

  .mobile-only .gallery-grid {
    gap: 20px;
  }

  .mobile-only .shop-btn {
    font-size: 13px;
    padding: 8px 25px;
  }
}

/* ============================================================ */
/* ===== 🖥️ BRAND NEW LAPTOP/TABLET DESIGN 🖥️ ===== */
/* ============================================================ */

/* Hide laptop version on phones */
@media (max-width: 767px) {
    .desktop-wrapper { display: none !important; }
}

/* Show laptop version on tablets and laptops */
@media (min-width: 768px) {
    .mobile-only { display: none !important; }
    
    body {
        background: #fff0f6;
        display: flex;
        justify-content: center;
        padding: 40px;
    }

    .desktop-wrapper {
        max-width: 1100px;
        width: 100%;
        background: #fff5fa;
        border-radius: 40px;
        box-shadow: 0 20px 60px rgba(255, 173, 214, 0.1);
        overflow: hidden;
        padding: 40px 50px 50px 50px;
        font-family: "Single Day", "KNMaiyuan-Regular", sans-serif;
        color: #5b1133;
    }

    /* ===== HEADER ===== */
    .d-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
        border-bottom: 1px solid #ffe8f3;
        margin-bottom: 30px;
    }
    .d-back {
        font-family: "Dreamy Notes Script";
        color: #5b1133;
        font-size: 16px;
        text-decoration: none;
        background: #ffe8f3;
        padding: 8px 20px;
        border-radius: 30px;
        border: 1px solid #ffadd6;
        transition: all 0.3s ease;
        align-self: flex-start;
        margin-bottom: 15px;
    }
    .d-back:hover { transform: scale(1.05); background: #ffcbe5; }
    .d-title {
        font-family: "Dreamy Notes Script";
        font-size: 38px;
        margin: 0;
        color: #5b1133;
        text-align: center;
    }
    .d-subtitle {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        text-align: center;
        margin-top: 5px;
    }

    /* ===== HERO ===== */
    .d-hero {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-bottom: 50px;
    }
    .d-hero-img {
        flex: 1;
        height: 300px;
        border-radius: 30px;
        background-size: cover !important;
        background-position: center !important;
        border: 1px solid #ffe8f3;
    }
    .d-hero-text {
        flex: 1;
    }
    .d-hero-text h2 {
        font-family: "Dreamy Notes Script";
        font-size: 30px;
        color: #5b1133;
        margin-bottom: 15px;
    }
    .d-hero-text p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
        line-height: 1.8;
    }

    /* ===== SWATCH GRID ===== */
    .d-section { margin-bottom: 50px; }
    .d-section-title {
        font-family: "Dreamy Notes Script";
        font-size: 28px;
        text-align: center;
        margin-bottom: 25px;
        color: #5b1133;
    }
    .d-grid-6 {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
        max-width: 800px;
        margin: 0 auto 30px;
    }
    .d-swatch {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .d-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #ffe8f3;
        box-shadow: 0 4px 15px rgba(255, 125, 125, 0.15);
        transition: all 0.3s ease;
    }
    .d-circle:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(255, 125, 125, 0.25);
    }
    .d-swatch span {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
    }

    /* ===== CTA ===== */
    .d-cta-box {
        text-align: center;
        background: #ffe8f3;
        padding: 30px;
        border-radius: 30px;
        border: 1px solid #ffadd6;
        max-width: 500px;
        margin: 0 auto;
    }
    .d-cta-box p {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
        margin-bottom: 15px;
    }
    .d-cta-btn {
        background: #ffffff;
        border: 1px solid #ffadd6;
        border-radius: 30px;
        padding: 10px 35px;
        font-family: "Vividly-Regular", Helvetica;
        color: #5b1133;
        font-size: 15px;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
    }
    .d-cta-btn:hover {
        background: #ffcbe5;
        color: white;
        transform: scale(1.05);
    }

    /* ===== FOOTER ===== */
    .d-footer {
        margin-top: 40px;
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ffe8f3;
    }
    .d-footer-box {
        background: #ffe8f3;
        border-radius: 30px;
        padding: 30px 20px;
        max-width: 600px;
        margin: 0 auto;
    }
    .d-footer-text {
        font-family: "Single Day", cursive;
        color: #5b1133;
        font-size: 14px;
        line-height: 1.6;
    }
}