/* DESCRIPCION --------------------------------*/
.descripcion{
  padding-right: 15px;
  text-align: justify;
}
/* MOBILE */
@media (max-width: 576px){
  .descripcion{
  padding-top: 45px;
  }
}

/* BODY---------------------------------------------------------------------- */
body{
  padding-top: 56px;
}

.layout-urde{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


/*BREADCRUMB--------------------------------------------*/
.breadcrumb-urde{
  margin-top: -40px;
}
/* MOBILE */
@media (max-width: 576px){
.breadcrumb-urde{
  margin-top: 40px;
}
}


/* PRECIOS ------------------------------------*/
.precio-principal{
  font-size:30px;
  font-weight:800;
  color:#111;
}

.precio-transferencia{
  color:var(--urde-pink);
  font-weight:600;
  font-size:18px;
}

.descuento-transferencia{
  font-size:14px;
  color:#9aa;
}

/* TALLES */
.talles-box{ margin-top:30px; }

.talles{
  display:flex;
  gap:10px;
}

.talles button{
  background:transparent;
  border:1px solid #444;
  padding:8px 14px;
  cursor:pointer;
}

.talles button.activo{
  background:var(--verde-stock);
  border-color:var(--verde-stock);
}

/* STOCK */
.stock-msg{ display:none; }
.stock-msg.activo{
  display:block;
  color:var(--verde-stock);
  font-weight:600;
}

/* TITULO */
.product-info h1{
  font-family:"Playfair Display", serif;
  font-size:48px;

  
}

/* CUOTAS */
.cuotas-box{
  border:1px solid var(--urde-pink);
  color:var(--urde-pink);
  padding:8px 14px;
  border-radius:6px;
}

/* ENVIO */
.envio-box{
  display:flex;
  gap:12px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding:14px 0;
}

.envio-box i,
.envio-box strong{
  color:var(--urde-pink);
}

/* BOTON */
.btn-whatsapp{
  background:var(--urde-pink);
  color:white;
  border:none;
}

.btn-whatsapp:hover{
  background:var(--urde-pink-dark);
}

/* IMAGEN PRINCIPAL */
.main-img{
  cursor:pointer;
  transition:.3s;
}

.main-img:hover{
  transform:scale(1.02);
}

/* MANO CARROUSEL */
.carousel-item,
.carousel-item img{
  cursor:pointer!important;
  pointer-events:auto!important;
}
/* Hover en botones de talle */
.talles button:hover{
  background:#eee;
  border-color:#aaa;
  color:#111;
}

.guia-talles-link{
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #111;
  text-decoration: underline;
  cursor: pointer;
}

.guia-talles-link:hover{
  color: var(--urde-pink);
}
/* MODAL GUIA DE TALLES – LIMPIO Y CHICO */
.guia-talles-modal{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
}

/* tamaño del modal */
#guiaTalles .modal-dialog{
  max-width: 460px;
}

/* imágenes */
.guia-talles-modal img{
  width: 100%;
  display: block;
}

/* botón cerrar */
.guia-close{
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 20;
}

/* mobile */
@media (max-width: 576px){
  #guiaTalles .modal-dialog{
    max-width: 92%;
  }
}

/* BLOQUE INFO PRODUCTO – SPACING LIMPIO-------------------------------- */
@media (max-width: 768px){
  .product-info > * {
    margin-bottom: 0px;
  }
}

/* ajustes finos por jerarquía */
.product-info h1 {
  margin-bottom: 6px;
}

.product-info .text-secondary {
  margin-bottom: 18px;
}

.product-info p {
  margin-bottom: 10px;
}

.precio-principal {
  margin-top: 14px;
  margin-bottom: 6px;
}

.precio-transferencia {
  margin-bottom: 2px;
}

.descuento-transferencia {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 13px;
}

/* cajas */
.cuotas-box {
  margin-bottom: 12px;
}

.envio-box {
  margin-top: 0;
}


/* AJUSTE FINO TITULO + SUBTITULO + DESCRIPCION----------------------------------- */
.product-info h1 {
  margin-bottom: 4px;
}

.product-info .text-secondary {
  margin-bottom: 0px;
}

.product-info .text-secondary + p {
  margin-top: 0;
}

/* DESCRIPCION – separación en desktop grande */
@media (min-width: 992px){
  .descripcion{
    margin-top: 80px;
  
  }
}
