.productos_detalle-container {
    max-width: 768px;
    margin: 20px auto;

    padding: 20px;
    border-radius: 8px;

  }

  .productos_detalle-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .productos_detalle-payment-methods {
    margin-bottom: 20px;
  }

  .productos_detalle-payment-methods p {
    font-size: 14px;
    margin: 5px 0;
  }

  .productos_detalle-icons img {
    width: 40px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .productos_detalle-similar-products h2 {
    margin-bottom: 15px;
  }

  .productos_detalle-product-card {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
  }

  .productos_detalle-product-card img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
  }

  .productos_detalle-product-info {
    flex-grow: 1;
  }

  .productos_detalle-product-info p {
    margin: 0;
  }

  .productos_detalle-product-name {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
  }

  .productos_detalle-product-price {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
  }

  .productos_detalle-product-discount {
    font-size: 14px;
    font-weight: 500;
    color: #ff5722;
  }
