#bodyA{
  margin: 0;
  font-family: sans-serif;
  background: #f5f5f5!important;
}
.prod-mobile {
  max-width: 400px;
  margin: 0 auto;
  background: white;
}
.prod-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: white;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.prod-header .back {
  position: absolute;
  left: 16px;
  font-size: 20px;
  text-decoration: none;
  color: #333;
}

.prod-header h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.prod-main {
  padding: 16px;
}
.prod-main h2 {
  font-size: 20px;
  margin: 8px 0;
}
.prod-ref {
  color: #999;
  font-size: 14px;
  margin-bottom: 16px;
}
.prod-gallery .main-img {
  width: 100%;
  border-radius: 8px;
max-height: 300px;
object-fit: contain;

}
.thumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  padding-bottom: 10px;
  overflow: hidden; /* <-- IMPORTANTE */
}


.thumbs img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  flex-shrink: 0;
}

.thumbs img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
}
.prod-info {
  margin-top: 16px;
}
.price {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.actions {
  display: flex;
  gap: 8px;
}
.btn-secondary,
.btn-primary {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
}
.btn-secondary {
  background: #eee;
  color: #333;
}
.btn-primary {
  background: #333;
  color: white;
}
.prod-specs {
  margin-top: 24px;
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
}
.spec-item {
  margin-bottom: 16px;
}
.spec-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.spec-item p, .spec-item ul {
  margin: 0;
  font-size: 14px;
}
.spec-item ul { padding-left: 16px; }
/* Diseño tipo WatchMaestro para escritorio */
@media (min-width: 992px) {
  .prod-top {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px;
  }

  .prod-gallery {
    flex: 1;
    max-width: 50%;
  }

  .prod-info {
    flex: 1;
    max-width: 50%;
    padding-left: 20px;
  }

  .prod-gallery .main-img {
    max-height: 500px;
    object-fit: contain;
  }

  .thumbs {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .related-slider {
    justify-content: center;
  }
}
body {
  background-color: #fff !important;
  color: #111 !important;
}
footer {
  background-color: #000 !important;
  color: #fff !important;
}
.footer-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #000 !important;
  padding: 0 !important;
}

.footer-layout2 {
  background-color: #000 !important;
  color: white;
}

.footer-layout2 .container {
  padding: 0 !important;
  margin: 0 auto;
}
.about-watch {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}
.product-container {
  padding-top:48px; /* desktop */
}

@media (max-width: 991px) {
  .product-container {
    padding-top: 0px; /* ajusta según lo que veas en mobile */
  }
}


