.product-details {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    background: #f7f7f7;
    padding: 40px 0;
     margin-top: 80px;
}

.product-info {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 40px 32px;
    max-width: 500px;
    text-align: center;
}

.product-title {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.product-image {
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.product-description {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
}

.back-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 32px;
    background: #1a73e8;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.2s;
}

.back-btn:hover {
    background: #155ab6;
}

.ver-mas-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 16px 32px 16px;
  background: #f7f7f7;
  min-height: 80vh;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.ver-mas-section {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #3a4a7c18;
  padding: 40px 32px;
  margin: 0 auto;
  margin-top: 32px;
}
.ver-mas-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #23273a;
  margin-bottom: 24px;
  text-align: center;
}
.ver-mas-desc {
  font-size: 1.08rem;
  color: #3a4a7c;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.7;
  font-weight: 500;
}
.ver-mas-subtitle {
  font-size: 1.18rem;
  color: #23273a;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 12px;
}
.ver-mas-section ul {
  margin-left: 18px;
  margin-bottom: 18px;
  color: #3a4a7c;
  font-size: 1.05rem;
  line-height: 1.7;
}
.ver-mas-section p {
  color: #444;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.ver-mas-link {
  color: #1a73e8;
  text-decoration: underline;
  font-weight: 600;
}
.ver-mas-link:hover {
  color: #155ab6;
}
.ver-mas-fuente {
  font-size: 0.98rem;
  color: #888;
  margin-top: 32px;
  text-align: right;
}
.ver-mas-img-principal {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto 28px auto;
  border-radius: 16px;
  box-shadow: 0 4px 24px #3a4a7c18;
}
.ver-mas-img-secundaria {
  width: 100%;
  max-width: 340px;
  display: block;
  margin: 24px auto 24px auto;
  border-radius: 12px;
  box-shadow: 0 2px 12px #3a4a7c11;
}
@media (max-width: 700px) {
  .ver-mas-main {
    padding: 18px 2vw 10px 2vw;
  }
  .ver-mas-section {
    padding: 16px 4vw;
    border-radius: 12px;
    margin-top: 18px;
  }
  .ver-mas-title {
    font-size: 1.3rem;
  }
  .ver-mas-desc {
    font-size: 1rem;
  }
  .ver-mas-img-principal, .ver-mas-img-secundaria {
    max-width: 98vw;
  }
}