/* =========================================================== */
/*  PRODUCT PAGE - EXACT MATCH TO YOUR MAIN PAGE STYLE         */
/* =========================================================== */

.mobile-only.product-page {
  background-color: #fff5fa;
  overflow: hidden;
  width: 100%;
  min-width: 390px;
  height: 1100px;
  position: relative;
  display: block;
}

/* ====== HEADER ====== */
.mobile-only .back-home {
  position: absolute;
  top: 29px;
  left: 25px;
  font-family: "Dreamy Notes Script";
  color: #5b1133;
  font-size: 11px;
  text-decoration: none;
  background: #ffe8f3;
  padding: 8px 18px;
  border-radius: 34.6px;
  border: 1.57px solid #ffadd6;
  z-index: 999;
  transition: all 0.3s ease;
}

.mobile-only .back-home:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  MAIN PRODUCT IMAGE                                          */
/* =========================================================== */

.mobile-only .product-main-img {
  position: absolute;
  top: 100px;
  left: calc(50.00% - 141px);
  width: 282px;
  height: 282px;
  background-color: #ffcbe5;
  border-radius: 34.6px;
  background-size: cover;
  background-position: center;
}

/* =========================================================== */
/*  PRODUCT INFO                                               */
/* =========================================================== */

.mobile-only .product-info-wrapper {
  position: absolute;
  top: 420px;
  left: calc(50.00% - 120px);
  width: 240px;
  text-align: center;
}

.mobile-only .product-title {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 5px;
}

.mobile-only .product-subtitle {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 10px;
}

.mobile-only .product-price {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 20px;
  color: #5b1133;
  font-weight: bold;
  margin-bottom: 15px;
}

.mobile-only .product-desc {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.5;
  margin-bottom: 10px;
}

.mobile-only .product-long-desc {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #5b1133;
  line-height: 1.3;
  margin-bottom: 15px;
}

.mobile-only .product-features {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile-only .product-features span {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 11px;
  color: #5b1133;
  background: #ffe8f3;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #ffadd6;
}

/* =========================================================== */
/*  BUTTONS (MATCHING YOUR BUTTON STYLE)                       */
/* =========================================================== */

.mobile-only .rectangle-add-bag {
  position: absolute;
  top: 750px;
  left: calc(50.00% - 141px);
  width: 282px;
  height: 43px;
  background-color: #ffe8f3;
  border: 1.57px solid #ffadd6;
  border-radius: 34.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  color: #5b1133;
  transition: all 0.3s ease;
}

.mobile-only .rectangle-add-bag:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.02);
}

.mobile-only .rectangle-whatsapp {
  position: absolute;
  top: 810px;
  left: calc(50.00% - 141px);
  width: 282px;
  height: 43px;
  background-color: #ffcae5;
  border: 1.57px solid #ffadd6;
  border-radius: 34.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Single Day", cursive;
  font-size: 14px;
  color: white;
  transition: all 0.3s ease;
}

.mobile-only .rectangle-whatsapp:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px #ffe8f4;
}

/* =========================================================== */
/*  YOU MAY ALSO LIKE - PRODUCT 1                              */
/* =========================================================== */

.mobile-only .also-like-title {
  position: absolute;
  top: 920px;
  left: calc(50.00% - 116px);
  width: 232px;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 14px;
  text-align: center;
  color: #5b1133;
}

.mobile-only .also-like-img {
  position: absolute;
  top: 970px;
  left: calc(50.00% - 155px);
  width: 130px;
  height: 130px;
  background-color: #ff7d7d;
  border-radius: 34.6px;
  background-size: cover;
  background-position: center;
}

.mobile-only .also-like-name {
  position: absolute;
  top: 1120px;
  left: calc(50.00% - 130px);
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  text-align: center;
}

.mobile-only .also-like-price {
  position: absolute;
  top: 1140px;
  left: calc(50.00% - 130px);
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #8a6a7a;
  text-align: center;
}

.mobile-only .rectangle-also {
  position: absolute;
  top: 1170px;
  left: calc(50.00% - 155px);
  width: 130px;
  height: 30px;
  background-color: #ffe8f3;
  border: 1.57px solid #ffadd6;
  border-radius: 34.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 11px;
  color: #5b1133;
  transition: all 0.3s ease;
}

.mobile-only .rectangle-also:hover {
  background: #ff7d7d;
  color: white;
  transform: scale(1.02);
}

/* =========================================================== */
/*  YOU MAY ALSO LIKE - PRODUCT 2                              */
/* =========================================================== */

.mobile-only .also-like-img-2 {
  position: absolute;
  top: 970px;
  left: calc(50.00% + 25px);
  width: 130px;
  height: 130px;
  background-color: #ff7d7d;
  border-radius: 34.6px;
  background-size: cover;
  background-position: center;
}

.mobile-only .also-like-name-2 {
  position: absolute;
  top: 1120px;
  left: calc(50.00% + 50px);
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  text-align: center;
}

.mobile-only .also-like-price-2 {
  position: absolute;
  top: 1140px;
  left: calc(50.00% + 50px);
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #8a6a7a;
  text-align: center;
}

.mobile-only .rectangle-also-2 {
  position: absolute;
  top: 1170px;
  left: calc(50.00% + 25px);
  width: 130px;
  height: 30px;
  background-color: #ffe8f3;
  border: 1.57px solid #ffadd6;
  border-radius: 34.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Vividly-Regular", Helvetica;
  font-size: 16px;
  color: #5b1133;
  transition: all 0.3s ease;
}

.mobile-only .rectangle-also-2:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.02);
}

/* =========================================================== */
/*  EXACT FOOTER COPY FROM YOUR MAIN PAGE                      */
/* =========================================================== */

.mobile-only .rectangle-19 {
  top: 1036px !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: 1060px !important;
  left: calc(50.00% - 91px) !important;
  width: 183px !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 (SCALES PERFECTLY ON PHONES)             */
/* =========================================================== */

@media (max-width: 600px) {
  .mobile-only .product-main-img {
    width: 200px;
    height: 200px;
    left: calc(50.00% - 100px);
    top: 110px;
  }

  .mobile-only .product-info-wrapper {
    top: 340px;
    left: calc(50.00% - 90px);
    width: 180px;
  }

  .mobile-only .product-title {
    font-size: 20px;
  }

  .mobile-only .product-subtitle {
    font-size: 11px;
  }

  .mobile-only .product-price {
    font-size: 18px;
  }

  .mobile-only .product-desc {
    font-size: 11px;
  }

  .mobile-only .product-long-desc {
    font-size: 11px;
  }

  .mobile-only .rectangle-add-bag {
    width: 200px;
    height: 35px;
    left: calc(50.00% - 100px);
    top: 620px;
    font-size: 12px;
  }

  .mobile-only .rectangle-whatsapp {
    width: 200px;
    height: 35px;
    left: calc(50.00% - 100px);
    top: 670px;
    font-size: 12px;
  }

  .mobile-only .also-like-title {
    top: 760px;
    font-size: 18px;
  }

  .mobile-only .also-like-img {
    width: 100px;
    height: 100px;
    left: calc(50.00% - 110px);
    top: 810px;
  }

  .mobile-only .also-like-name {
    top: 930px;
    left: calc(50.00% - 100px);
    font-size: 15px;
  }

  .mobile-only .also-like-price {
    top: 950px;
    left: calc(50.00% - 100px);
    font-size: 13px;
  }

  .mobile-only .rectangle-also {
    width: 100px;
    height: 25px;
    left: calc(50.00% - 110px);
    top: 980px;
    font-size: 14px;
  }

  .mobile-only .also-like-img-2 {
    width: 100px;
    height: 100px;
    left: calc(50.00% + 10px);
    top: 810px;
  }

  .mobile-only .also-like-name-2 {
    top: 930px;
    left: calc(50.00% + 0px);
    font-size: 15px;
  }

  .mobile-only .also-like-price-2 {
    top: 950px;
    left: calc(50.00% + 0px);
    font-size: 13px;
  }

  .mobile-only .rectangle-also-2 {
    width: 100px;
    height: 25px;
    left: calc(50.00% + 10px);
    top: 980px;
    font-size: 14px;
  }
}

/* ============================================================ */
/* ===== 🖥️ 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;
        justify-content: flex-start;
        padding-bottom: 20px;
        border-bottom: 1px solid #ffe8f3;
        margin-bottom: 40px;
    }
    .d-back {
        font-family: "Dreamy Notes Script";
        color: #5b1133;
        font-size: 15px;
        text-decoration: none;
        background: #ffe8f3;
        padding: 8px 20px;
        border-radius: 30px;
        border: 1px solid #ffadd6;
        transition: all 0.3s ease;
    }
    .d-back:hover { transform: scale(1.05); background: #ffcbe5; }

    /* ===== PRODUCT SHOWCASE ===== */
    .d-showcase {
        display: flex;
        gap: 50px;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .d-product-img {
        flex: 1;
        height: 400px;
        background-color: #ffcbe5;
        border-radius: 30px;
        background-size: cover !important;
        background-position: center !important;
        border: 1px solid #ffe8f3;
    }
    .d-product-info {
        flex: 1;
    }
    .d-title {
        font-family: "Dreamy Notes Script";
        font-size: 34px;
        color: #5b1133;
        margin-bottom: 5px;
    }
    .d-subtitle {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        margin-bottom: 10px;
    }
    .d-price {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 24px;
        color: #5b1133;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .d-desc {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .d-long-desc {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #5b1133;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .d-features {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .d-features span {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 12px;
        color: #5b1133;
        background: #ffe8f3;
        padding: 4px 14px;
        border-radius: 20px;
        border: 1px solid #ffadd6;
    }
    .d-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .d-add-btn {
        display: inline-block;
        background: #ffe8f3;
        border: 1px solid #ffadd6;
        border-radius: 30px;
        padding: 12px 35px;
        font-family: "Vividly-Regular", Helvetica;
        color: #5b1133;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .d-add-btn:hover { background: #ffcbe5; color: white; transform: scale(1.02); }
    .d-wa-btn {
        display: inline-block;
        background: #ffcae5;
        border: 1px solid #ffadd6;
        border-radius: 30px;
        padding: 12px 35px;
        font-family: "Single Day", cursive;
        color: white;
        font-size: 15px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .d-wa-btn:hover { transform: scale(1.02); box-shadow: 0 4px 15px #ffe8f4; }

    /* ===== YOU MAY ALSO LIKE ===== */
    .d-section { margin-bottom: 40px; }
    .d-also-title {
        font-family: "Vividly-Regular", Helvetica;
        font-size: 20px;
        text-align: center;
        color: #5b1133;
        margin-bottom: 25px;
    }
    .d-grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 600px;
        margin: 0 auto;
    }
    .d-mini-card {
        background: #ffffff;
        border-radius: 30px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(255, 125, 125, 0.05);
        border: 1px solid #ffe8f3;
        text-align: center;
        transition: all 0.3s ease;
    }
    .d-mini-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(255, 125, 125, 0.15);
    }
    .d-mini-img {
        width: 100%;
        height: 140px;
        background-color: #ffcbe5;
        border-radius: 20px;
        background-size: cover !important;
        background-position: center !important;
        margin-bottom: 12px;
        border: 1px solid #ffe8f3;
    }
    .d-mini-info { margin-bottom: 15px; }
    .d-mini-name {
        display: block;
        font-family: "Vividly-Regular", Helvetica;
        font-size: 15px;
        color: #5b1133;
    }
    .d-mini-price {
        display: block;
        font-family: "Vividly-Regular", Helvetica;
        font-size: 14px;
        color: #8a6a7a;
        margin-top: 4px;
    }
    .d-mini-btn {
        display: inline-block;
        background: #ffe8f3;
        border: 1px solid #ffadd6;
        border-radius: 30px;
        padding: 8px 25px;
        font-family: "Vividly-Regular", Helvetica;
        color: #5b1133;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .d-mini-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;
    }
}