:root {
  --color-logo:#0372AC;
  --color-danger:#DD0000;
  --rojo:#ea1616;
}

@font-face {
  font-family: Kanit-Light;
  src: url('../fonts/Kanit/Kanit-Light.ttf'); 
}

/* OPCIONES PARA TALLAS */
  /* ========== TALLAS (chips) ========== */
  .tallas {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .talla-chip {
    position: relative;
    padding: 8px 12px;
    cursor: pointer;
    user-select: none;
    min-width: 44px;
    text-align: center;
    font-weight: 600;
    transition: .12s;
    background: #fff;
    border: 1px solid whitesmoke;
  }

  .talla-chip:hover { 
    border-color: silver;
  }

  .talla-chip.active {
    background: whitesmoke;
    color: black;
    font-weight: bold;
    border-color:black;
  }

  .talla-chip.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none; /* 🔥 esto bloquea el click */
  }

  .talla-chip.disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10%;
    width: 120%;
    height: 2px;
    background: silver;
    transform: rotate(-45deg);
  }

  .talla-chip.selected {
      background: #111;
      color: #fff;
      border-color: #111;
      box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
  }

  .stock-mini {
    font-size: 11px;
    margin-left: 4px;
    opacity: 0.7;
  }
/* OPCIONES PARA TALLAS */


/* OPCION PARA CANTIDAD */
  .cantidad-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid whitesmoke;
    overflow: hidden;
    height: 42px;
    width: 130px;
    background: #fff;
  }

  .cant-btn {
    width: 44px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #f6f6f6;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    transition: .12s;
  }
  .cant-btn:hover { background: black; color: #fff; }

  .cant-value {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    pointer-events: none; /* evita escribir */
  }

  /* Opcional: estilo responsivo pequeño */
  @media (max-width: 420px) {
    .product-controls { gap: 10px; flex-wrap: wrap; }
    .cantidad-box { width: 120px; height: 38px; }
    .cant-btn { width: 38px; height: 38px; font-size: 18px; }
  }
/* OPCION PARA CANTIDAD */


/* ESTILOS PRODUCTO */
  .prec_ofe{
      color: black;
      font-size: 1.5rem;
  }

  .prec_ori{
      color: silver;
      font-size: 1rem;
  }

  .texto_condiciones{
    color: #444444;
    border-bottom: 1px solid gray;
    padding: 0;
    margin: 0px 0px 10px 0px;
    width: 95%;
    font-size: 0.8rem;
  }

  .producto-dropdown summary {
        cursor: pointer;
        list-style: none;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .producto-dropdown summary::-webkit-details-marker {
        display: none;
    }

    .producto-dropdown[open] summary i {
        transform: rotate(180deg);
    }

    .producto-dropdown summary i {
        transition: transform 0.3s ease;
    }

    .producto-detalles {
        margin-top: 10px;
        padding-left: 15px;
    }

    .producto-detalles li {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }
/* ESTILOS PRODUCTO */


/* PARA SWIPER DE REVIEWS */
  .reviewsSwiper {
      /*margin-top: 50px;*/
      padding-bottom: 40px;

      position: relative;
  }

  .reviewsSwiper .review-header a{
    text-decoration: underline;
    color: white;
  }

  .review-card {
      /*
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      min-height: 200px;
      border: 1px solid rgba(0,0,0,.09);
      */
      /*box-shadow: 0 1px 10px rgba(0,0,0,.08);*/
      background: black;
      color: white;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }


  /* Imagen protagonista */
  .review-image img {
      width: 100%;
      height: 50vh;
      object-fit: cover;
      display: block;
  }

  /* Contenido */
  .review-info {
      padding: 15px;
  }

  .review-header h5 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
  }

  .review-header small a{
      color: white;
      text-decoration: underline;
  }

  .review-stars {
      color: #f5a623;
      margin: 5px 0;
  }

  .review-text {
      font-size: 14px;
      color: #555;
      margin-top: 5px;
  }
  /* Imagen protagonista */

  .review-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px;
  }

  .review-header img {
      width: 2.5dvh;
      height: 2.5dvh;
      border-radius: 50%;
      object-fit: cover;
  }

  .review-stars {
      color: #f5b301;
      font-size: 0.8rem;
      margin-bottom: 10px;
  }

  .review-text {
      font-size: .95rem;
      line-height: 1.5;
      color: #444;
  }

  .txt-reviews{
    color:white;
    font-size: 3rem;
  }

  .reviewsSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }

  @media(max-width: 768px){
    .txt-reviews{
      color:white;
      font-size:1.3rem;
    }
  }

/* PARA SWIPER DE REVIEWS */


/**/

.top-bar{
  /*display: none;*/
}

.wrap-menu-desktop{
  background:black;
  position: static;
}

.span-oferta{
  background:var(--rojo);
  color: white;
  padding: 1px 3px;
  font-size: 0.8rem;
}

.bgwsp{
  background-color: black;
  border: 2px solid black;
  color: white;
  font-weight:bold;
  width: 80%;
}

.bgwsp p{
  font-size: 1rem;
  margin: 0;
}

.hov-btnwsp:hover{
  border-color: black;
  background-color: whitesmoke;
  color: black;
}
