/* =========================================================== */
/*  PRODUCT PAGE - EXACT MATCH TO YOUR MAIN PAGE STYLE         */
/* =========================================================== */

.product-page {
  background-color: #fff5fa;
  overflow: hidden;
  width: 100%;
  min-width: 390px;
  height: 1100px; /* Exact height for this page */
  position: relative;
}

/* ====== HEADER ====== */
.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;
}

.back-home:hover {
  background:#ffcbe5;
  color: white;
  transform: scale(1.05);
}

/* =========================================================== */
/*  MAIN PRODUCT IMAGE                                          */
/* =========================================================== */

.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                                               */
/* =========================================================== */

.product-info-wrapper {
  position: absolute;
  top: 420px;
  left: calc(50.00% - 120px);
  width: 240px;
  text-align: center;
}

.product-title {
  font-family: "Dreamy Notes Script";
  font-size: 24px;
  color: #5b1133;
  margin-bottom: 5px;
}

.product-subtitle {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  margin-bottom: 10px;
}

.product-price {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 20px;
  color: #5b1133;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-desc {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 13px;
  color: #5b1133;
  line-height: 1.5;
  margin-bottom: 10px;
}

.product-long-desc {
  font-family: "Vividly-Regular", Helvetica;
  font-size: 12px;
  color: #5b1133;
  line-height: 1.3;
  margin-bottom: 15px;
}

.product-features {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.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)                       */
/* =========================================================== */

.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;
}

.rectangle-add-bag:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.02);
}

.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;
}

.rectangle-whatsapp:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px #ffe8f4;
}

/* =========================================================== */
/*  YOU MAY ALSO LIKE - PRODUCT 1                              */
/* =========================================================== */

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.rectangle-also:hover {
  background: #ff7d7d;
  color: white;
  transform: scale(1.02);
}

/* =========================================================== */
/*  YOU MAY ALSO LIKE - PRODUCT 2                              */
/* =========================================================== */

.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;
}

.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;
}

.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;
}

.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;
}

.rectangle-also-2:hover {
  background: #ffcbe5;
  color: white;
  transform: scale(1.02);
}

/* =========================================================== */
/*  EXACT FOOTER COPY FROM YOUR MAIN PAGE                      */
/* =========================================================== */

.clio .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;
}

.clio .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) {
  .product-main-img {
    width: 200px;
    height: 200px;
    left: calc(50.00% - 100px);
    top: 110px;
  }

  .product-info-wrapper {
    top: 340px;
    left: calc(50.00% - 90px);
    width: 180px;
  }

  .product-title {
    font-size: 20px;
  }

  .product-subtitle {
    font-size: 11px;
  }

  .product-price {
    font-size: 18px;
  }

  .product-desc {
    font-size: 11px;
  }

  .product-long-desc {
    font-size: 11px;
  }

  .rectangle-add-bag {
    width: 200px;
    height: 35px;
    left: calc(50.00% - 100px);
    top: 620px;
    font-size: 12px;
  }

  .rectangle-whatsapp {
    width: 200px;
    height: 35px;
    left: calc(50.00% - 100px);
    top: 670px;
    font-size: 12px;
  }

  .also-like-title {
    top: 760px;
    font-size: 18px;
  }

  .also-like-img {
    width: 100px;
    height: 100px;
    left: calc(50.00% - 110px);
    top: 810px;
  }

  .also-like-name {
    top: 930px;
    left: calc(50.00% - 100px);
    font-size: 15px;
  }

  .also-like-price {
    top: 950px;
    left: calc(50.00% - 100px);
    font-size: 13px;
  }

  .rectangle-also {
    width: 100px;
    height: 25px;
    left: calc(50.00% - 110px);
    top: 980px;
    font-size: 14px;
  }

  .also-like-img-2 {
    width: 100px;
    height: 100px;
    left: calc(50.00% + 10px);
    top: 810px;
  }

  .also-like-name-2 {
    top: 930px;
    left: calc(50.00% + 0px);
    font-size: 15px;
  }

  .also-like-price-2 {
    top: 950px;
    left: calc(50.00% + 0px);
    font-size: 13px;
  }

  .rectangle-also-2 {
    width: 100px;
    height: 25px;
    left: calc(50.00% + 10px);
    top: 980px;
    font-size: 14px;
  }
}